php8.5
Home/ Manual/ solr / solrquery/ SolrQuery::setFacetOffset

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

offset

The offset

field_override

The name of the field.

Return Values

Returns the current SolrQuery object, if the return value is used.

Source: reference/solr/solrquery/setfacetoffset.xml · from the official PHP manual (php/doc-en)