RE: retrieving LowestDoc

2006-09-01 Thread Ramana Jelda
Collect searched results in your own HitCollector and return results how ever you like.. :) Jelda > -Original Message- > From: Rupinder Singh Mazara [mailto:[EMAIL PROTECTED] > Sent: Friday, September 01, 2006 5:13 PM > To: java-user@lucene.apache.org > Subject: retri

retrieving LowestDoc

2006-09-01 Thread Rupinder Singh Mazara
hi all the search implementation that i have requires not the top 1000 documents but the lowest 1000 documents to be returned I donot want to store the entire result set in memory and go to the last 1000 , is there any implementation / suggestions on how to achieve this thanks