Hi there,

Is there a way where I can page through sorted results? Say my query has
1000 hits (sorted by name field), but I want to return only 100 rows at a
time. There was no search API() which takes a hit collector and a Sort, so I
looked at the TopFieldDocCollector, but it only accepts the max number of
hits to collect. Any suggestions how one can do this?

Thanks,
-Terry
-- 
View this message in context: 
http://www.nabble.com/Paging-sorted-results-tf3753827.html#a10608517
Sent from the Lucene - Java Developer mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to