SolrQuery::getGroup

(PECL solr >= 2.2.0) Returns true if grouping is enabled public bool SolrQuery::getGroup ( void ) Returns true if grouping is enabled Returns: See also: SolrQuery::setGroup() -

SolrQuery::getFilterQueries

(PECL solr >= 0.9.2) Returns an array of filter queries public array SolrQuery::getFilterQueries ( void ) Returns an array of filter queries. These are queries that can be used to restrict the super set of documents that can be returned, without influencing score Returns: Returns an array on success and NULL if not set.

SolrQuery::getFields

(PECL solr >= 0.9.2) Returns the list of fields that will be returned in the response public array SolrQuery::getFields ( void ) Returns the list of fields that will be returned in the response Returns: Returns an array on success and NULL if not set.

SolrQuery::getFacetSort

(PECL solr >= 0.9.2) Returns the facet sort type public int SolrQuery::getFacetSort ([ string $field_override ] ) Returns an integer (SolrQuery::FACET_SORT_INDEX or SolrQuery::FACET_SORT_COUNT) Parameters: field_override The name of the field Returns: Returns an integer (SolrQuery::FACET_SORT_INDEX or SolrQuery::FACET_SORT_COUNT) on success or

SolrQuery::getFacetQueries

(PECL solr >= 0.9.2) Returns all the facet queries public array SolrQuery::getFacetQueries ( void ) Returns all the facet queries Returns: Returns an array on success and NULL if not set.

SolrQuery::getFacetPrefix

(PECL solr >= 0.9.2) Returns the facet prefix public string SolrQuery::getFacetPrefix ([ string $field_override ] ) Returns the facet prefix Parameters: field_override The name of the field Returns: Returns a string on success and NULL if not set.

SolrQuery::getFacetOffset

(PECL solr >= 0.9.2) Returns an offset into the list of constraints to be used for pagination public int SolrQuery::getFacetOffset ([ string $field_override ] ) Returns an offset into the list of constraints to be used for pagination. Accepts an optional field override Parameters: field_override The name of the field to override for. Returns:

SolrQuery::getFacetMissing

(PECL solr >= 0.9.2) Returns the current state of the facet.missing parameter public bool SolrQuery::getFacetMissing ([ string $field_override ] ) Returns the current state of the facet.missing parameter. This accepts an optional field override Parameters: field_override The name of the field Returns: Returns a boolean on success and NULL if n

SolrQuery::getFacetMinCount

(PECL solr >= 0.9.2) Returns the minimum counts for facet fields should be included in the response public int SolrQuery::getFacetMinCount ([ string $field_override ] ) Returns the minimum counts for facet fields should be included in the response. It accepts an optional field override Parameters: field_override The name of the field Returns:

SolrQuery::getFacetMethod

(PECL solr >= 0.9.2) Returns the value of the facet.method parameter public string SolrQuery::getFacetMethod ([ string $field_override ] ) Returns the value of the facet.method parameter. This accepts an optional field override. Parameters: field_override The name of the field Returns: Returns a string on success and NULL if not set