SolrQuery::getFacetLimit

(PECL solr >= 0.9.2) Returns the maximum number of constraint counts that should be returned for the facet fields public int SolrQuery::getFacetLimit ([ string $field_override ] ) Returns the maximum number of constraint counts that should be returned for the facet fields. This method accepts an optional field override Parameters: field_override The name of the field t

SolrQuery::getFacetFields

(PECL solr >= 0.9.2) Returns all the facet fields public array SolrQuery::getFacetFields ( void ) Returns all the facet fields Returns: Returns an array of all the fields and NULL if none was set

SolrQuery::getFacetDateStart

(PECL solr >= 0.9.2) Returns the lower bound for the first date range for all date faceting on this field public string SolrQuery::getFacetDateStart ([ string $field_override ] ) Returns the lower bound for the first date range for all date faceting on this field. Accepts an optional field override Parameters: field_override The name of the field Re

SolrQuery::getFacetDateOther

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

SolrQuery::getFacetDateHardEnd

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

SolrQuery::getFacetDateGap

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

SolrQuery::getFacetDateFields

(PECL solr >= 0.9.2) Returns all the facet.date fields public array SolrQuery::getFacetDateFields ( void ) Returns all the facet.date fields Returns: Returns all the facet.date fields as an array or NULL if none was set

SolrQuery::getFacetDateEnd

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

SolrQuery::getFacet

(PECL solr >= 0.9.2) Returns the value of the facet parameter public bool SolrQuery::getFacet ( void ) Returns the value of the facet parameter. Returns: Returns a boolean on success and NULL if not set

SolrQuery::getExpandSortFields

(PECL solr >= 2.2.0) Returns an array of fields public array SolrQuery::getExpandSortFields ( void ) Returns an array of fields