Re: Lucene Pagination with Query

2012-05-12 Thread janwen
That method is for your situation.See the javadoc api for more details. searchAfter publicTopDocs searchAfter(ScoreDoc

Re: Lucene Pagination with Query

2012-05-12 Thread Yogesh patel
But is it possible to get results from between 200 to 300 documents with lucene query when i click on third page number? On Sat, May 12, 2012 at 4:47 PM, janwen wrote: > Yes.You can use the method: > > publicTopFieldDocs apache/lucene/sea

Re: Lucene Pagination with Query

2012-05-12 Thread janwen
Yes.You can use the method: publicTopFieldDocs search(Query query, Filter