Hi  ,

        Timothy,Thanks for pointing out . But i have a specific requirement
. For any query it passes through the search handler and solr finally
directs it to lucene Index Searcher. As results are matched and collected
as TopDocs in lucene i want to inspect the top K Docs , reorder them by
some logic and pass the final TopDocs to solr which solr may send as a
response .

I need to know the point where actually these interaction between solr and
lucene takes place .
Can anyone please help where to look into for this purpose .

Thanks..
Pom

On Tue, Apr 23, 2013 at 9:25 PM, Timothy Potter <thelabd...@gmail.com>wrote:

>    org.apache.solr.search.SolrIndexSearcher
>
> On Tue, Apr 23, 2013 at 9:51 AM, parnab kumar <parnab.2...@gmail.com>
> wrote:
> > Hi ,
> >
> >             Can anyone please point out from where a solr search
> originates
> > and how it passes to the lucene index searcher and back to solr . I
> > actually what to know which class in solr directly calls the lucene Index
> > Searcher .
> >
> > Thanks.
> > Pom
>

Reply via email to