Re: Writing my first Solr Search Component

2014-08-15 Thread Apurv Verma
gt; > On Aug 13, 2014, at 06:52 PM, Apurv Verma wrote: > > Hey all, > I am writing my first solr search component and had the following > questions. > > 1. Does each incoming query create a new solr search component object? > 2. What happens at the time of core reload? >

Re: Writing my first Solr Search Component

2014-08-13 Thread Tri Cao
trunk/solr/core/src/java/org/apache/solr/handler/component/SearchComponent.java Hope this helps, Tri On Aug 13, 2014, at 06:52 PM, Apurv Verma wrote: Hey all, I am writing my first solr search component and had the following questions. 1. Does each incoming query create a new solr search compon

Writing my first Solr Search Component

2014-08-13 Thread Apurv Verma
Hey all, I am writing my first solr search component and had the following questions. 1. Does each incoming query create a new solr search component object? 2. What happens at the time of core reload? 3. What are some good examples of SearchComponent s written? Thanks -- Regards