Hi does Lucene provide a direct way to do paging on search result without any more coding just using Lucene 's API?
links below show how to make paging on search results after do search(use indexSearch API) http://hrycan.com/2010/02/10/paginating-lucene-search-results/ http://stackoverflow.com/questions/963781/how-to-achieve-pagination-in-lucene now my question is this has Lucene it's own APIs for do that during searching ? thanks in advance