Implement pagination of search results
Created by: adamreichold
Use TopDocs::with_limit(..).and_offset(..)
to implement pagination of search results.
Created by: adamreichold
Use TopDocs::with_limit(..).and_offset(..)
to implement pagination of search results.