RE: Implementing paging functionality in lucene

2005-07-24 Thread Tony Schwartz
o:[EMAIL PROTECTED] Sent: Sunday, July 24, 2005 12:21 PM To: java-user@lucene.apache.org Subject: Implementing paging functionality in lucene Hi All, I am trying to add paging functionality while using lucene search. I have created a PageFilter what takes in the current page num and the number of reco

Implementing paging functionality in lucene

2005-07-24 Thread Harini Raghavan
Hi All, I am trying to add paging functionality while using lucene search. I have created a PageFilter what takes in the current page num and the number of records as input and invoking the IndexSearcher passing the a Boolean Query object and the PageFilter. The search returns around 1000 records