Re: HighFreqTerms for results set

2011-07-18 Thread Manish Bafna
Use Facet by that field. It will bring up top words. On Mon, Jul 18, 2011 at 6:03 PM, Mihai Caraman wrote: > So I looked around and found no viable solution for this problem: > How to extract the most frequent terms in the search result set after > submitting the query. > > HighFreqTerms >

Re: search match documents and pagination in lucene3.x

2011-09-21 Thread Manish Bafna
You can use SOLR. On Wed, Sep 21, 2011 at 1:37 PM, Ian Lea wrote: >>   i  want to implements pagination like google search result page in my >> project.We use lucene3.3.Here are 2 issue: >>   1.How can i get the number of matched documents > > TopDocs.totalHits > >>   2.What is the best practice