Query Parameters: start=yourOffsetValue&rows=yourLimitValue If you use a SolrJ client: SolrQuery query = new SolrQuery(); query.setQuery(yourQuery); query.setRows(yourLimitValue); query.setStart(yourOffsetValue);
Cheers Avlesh On Thu, Jun 11, 2009 at 1:53 PM, chem leakhina <chem.leakh...@gmail.com>wrote: > Hi > > How can I use offset or limit in Solr? > Could you give some examples? > > Best regards, > LEE >