Re: Lucene 4 - Faceted Search with Sorting

2013-08-02 Thread Shai Erera
earcher.search(new MatchAllDocsQuery(), >>> MultiCollector.wrap(**topScoreDocCollector, facetsCollector)); >>> >>> Above code gives me results along with facets. >>> >>> Now I want to add a Sort field on document, say I want to sort by name

Re: Lucene 4 - Faceted Search with Sorting

2013-08-01 Thread Sanket Paranjape
no method in IndexSearcher which has Collector and Sort. I have asked this question on stackoverflow as well. ( http://stackoverflow.com/questions/17992183/lucene-4-faceted-search-with-sorting ) Please Help !!

Re: Lucene 4 - Faceted Search with Sorting

2013-08-01 Thread Shai Erera
ry(), 100, > sort); > > Now, how do I achieve sorting along with faceting, because there is no > method in IndexSearcher which has Collector and Sort. > > > I have asked this question on stackoverflow as well. ( > > http://stackoverflow.com/questions/17992183/lucene-4-faceted-search-with-sorting > ) > > > Please Help !! >

Lucene 4 - Faceted Search with Sorting

2013-08-01 Thread Sanket Paranjape
verflow.com/questions/17992183/lucene-4-faceted-search-with-sorting ) Please Help !!