: Hi, I am try to get the next DocList "page" in my custom search component. : Could I get a code example of this?
you just increase the "offset" value you pass to SolrIndexSearcher.getDocList by whatever your page size is. (if you use the newer QueryCommand versions you just call setOffset with the same value). -Hoss