SolrQuery::setFacetOffset
PHP function
Edit on GitHub ✎
(PECL solr >= 0.9.2)
Sets the offset into the list of constraints to allow for pagination
Description
SolrQuery::setFacetOffset(int $offset, [string $field_override]): SolrQuery
Sets the offset into the list of constraints to allow for pagination.
Parameters
offsetThe offset
field_overrideThe name of the field.
Return Values
Returns the current SolrQuery object, if the return value is used.