SolrQuery::removeHighlightField

(PECL solr >= 0.9.2) Removes one of the fields used for highlighting public SolrQuery SolrQuery::removeHighlightField ( string $field ) Removes one of the fields used for highlighting. Parameters: field The name of the field Returns: Returns the current SolrQuery object, if the return value is used.

SolrQuery::removeFilterQuery

(PECL solr >= 0.9.2) Removes a filter query public SolrQuery SolrQuery::removeFilterQuery ( string $fq ) Removes a filter query. Parameters: fq The filter query to remove Returns: Returns the current SolrQuery object, if the return value is used.

SolrQuery::removeField

(PECL solr >= 0.9.2) Removes a field from the list of fields public SolrQuery SolrQuery::removeField ( string $field ) Removes a field from the list of fields Parameters: field Name of the field. Returns: Returns the current SolrQuery object, if the return value is used.

SolrQuery::removeFacetQuery

(PECL solr >= 0.9.2) Removes one of the facet.query parameters public SolrQuery SolrQuery::removeFacetQuery ( string $value ) Removes one of the facet.query parameters. Parameters: value The value Returns: Returns the current SolrQuery object, if the return value is used.

SolrQuery::removeFacetField

(PECL solr >= 0.9.2) Removes one of the facet.date parameters public SolrQuery SolrQuery::removeFacetField ( string $field ) Removes one of the facet.date parameters Parameters: field The name of the field Returns: Returns the current SolrQuery object, if the return value is used.

SolrQuery::removeFacetDateOther

(PECL solr >= 0.9.2) Removes one of the facet.date.other parameters public SolrQuery SolrQuery::removeFacetDateOther ( string $value [, string $field_override ] ) Removes one of the facet.date.other parameters Parameters: value The value field_override The name of the field. Returns: Returns the current Solr

SolrQuery::removeFacetDateField

(PECL solr >= 0.9.2) Removes one of the facet date fields public SolrQuery SolrQuery::removeFacetDateField ( string $field ) The name of the field Parameters: field The name of the date field to remove Returns: Returns the current SolrQuery object, if the return value is used.

SolrQuery::removeExpandSortField

(PECL solr >= 2.2.0) Removes an expand sort field from the expand.sort parameter. public SolrQuery SolrQuery::removeExpandSortField ( string $field ) Removes an expand sort field from the expand.sort parameter. Parameters: field field name Returns: SolrQuery See also:

SolrQuery::removeExpandFilterQuery

(PECL solr >= 2.2.0) Removes an expand filter query public SolrQuery SolrQuery::removeExpandFilterQuery ( string $fq ) Removes an expand filter query. Parameters: fq Removes an expand filter query. Returns: SolrQuery See also: SolrQuery::setExpand() -

SolrQuery::getTimeAllowed

(PECL solr >= 0.9.2) Returns the time in milliseconds allowed for the query to finish public int SolrQuery::getTimeAllowed ( void ) Returns the time in milliseconds allowed for the query to finish. Returns: Returns and integer on success and NULL if it is not set.