SolrQuery::getTermsField

(PECL solr >= 0.9.2) Returns the field from which the terms are retrieved public string SolrQuery::getTermsField ( void ) Returns the field from which the terms are retrieved Returns: Returns a string on success and NULL if not set.

SolrQuery::getTerms

(PECL solr >= 0.9.2) Returns whether or not the TermsComponent is enabled public bool SolrQuery::getTerms ( void ) Returns whether or not the TermsComponent is enabled Returns: Returns a boolean on success and NULL if not set.

SolrQuery::getStatsFields

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

SolrQuery::getStatsFacets

(PECL solr >= 0.9.2) Returns all the stats facets that were set public array SolrQuery::getStatsFacets ( void ) Returns all the stats facets that were set Returns: Returns an array on success and NULL if not set.

SolrQuery::getStats

(PECL solr >= 0.9.2) Returns whether or not stats is enabled public bool SolrQuery::getStats ( void ) Returns whether or not stats is enabled Returns: Returns a boolean on success and NULL if not set.

SolrQuery::getStart

(PECL solr >= 0.9.2) Returns the offset in the complete result set public int SolrQuery::getStart ( void ) Returns the offset in the complete result set for the queries where the set of returned documents should begin. Returns: Returns an integer on success and NULL if not set.

SolrQuery::getSortFields

(PECL solr >= 0.9.2) Returns all the sort fields public array SolrQuery::getSortFields ( void ) Returns all the sort fields Returns: Returns an array on success and NULL if none of the parameters was set.

SolrQuery::getRows

(PECL solr >= 0.9.2) Returns the maximum number of documents public int SolrQuery::getRows ( void ) Returns the maximum number of documents from the complete result set to return to the client for every request Returns: Returns an integer on success and NULL if not set.

SolrQuery::getQuery

(PECL solr >= 0.9.2) Returns the main query public string SolrQuery::getQuery ( void ) Returns the main search query Returns: Returns a string on success and NULL if not set.

SolrQuery::getMltQueryFields

(PECL solr >= 0.9.2) Returns the query fields and their boosts public array SolrQuery::getMltQueryFields ( void ) Returns the query fields and their boosts Returns: Returns an array on success and NULL if not set.