<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.search.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'book.solr.php',
    1 => 'Solr',
    2 => 'Apache Solr',
  ),
  'up' => 
  array (
    0 => 'refs.search.php',
    1 => 'Розширення рушіїв пошуку',
  ),
  'prev' => 
  array (
    0 => 'refs.search.php',
    1 => 'Розширення рушіїв пошуку',
  ),
  'next' => 
  array (
    0 => 'intro.solr.php',
    1 => 'Вступ',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/solr/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.solr.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.solr" class="book">
 
 <h1 class="title">Apache Solr</h1>
 

 

 







 







 







 
 







 
 






 
 






 






 






 
 






 
 






 
 






 






 






 






 






 
 






 






 






 






 






  
 






 






 






 






 






 






 
 
<ul class="chunklist chunklist_book"><li><a href="intro.solr.php">Вступ</a></li><li><a href="solr.setup.php">Встановлення/налаштування</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="solr.requirements.php">Вимоги</a></li><li><a href="solr.installation.php">Встановлення</a></li></ul></li><li><a href="solr.constants.php">Попередньо визначені константи</a></li><li><a href="ref.solr.php">Solr Функції</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.solr-get-version.php">solr_get_version</a> — Returns the current version of the Apache Solr extension</li></ul></li><li><a href="solr.examples.php">Приклади</a></li><li><a href="class.solrutils.php">SolrUtils</a> — The SolrUtils class<ul class="chunklist chunklist_book chunklist_children"><li><a href="solrutils.digestxmlresponse.php">SolrUtils::digestXmlResponse</a> — Parses an response XML string into a SolrObject</li><li><a href="solrutils.escapequerychars.php">SolrUtils::escapeQueryChars</a> — Escapes a lucene query string</li><li><a href="solrutils.getsolrversion.php">SolrUtils::getSolrVersion</a> — Returns the current version of the Solr extension</li><li><a href="solrutils.queryphrase.php">SolrUtils::queryPhrase</a> — Prepares a phrase from an unescaped lucene string</li></ul></li><li><a href="class.solrinputdocument.php">SolrInputDocument</a> — The SolrInputDocument class<ul class="chunklist chunklist_book chunklist_children"><li><a href="solrinputdocument.addchilddocument.php">SolrInputDocument::addChildDocument</a> — Adds a child document for block indexing</li><li><a href="solrinputdocument.addchilddocuments.php">SolrInputDocument::addChildDocuments</a> — Adds an array of child documents</li><li><a href="solrinputdocument.addfield.php">SolrInputDocument::addField</a> — Adds a field to the document</li><li><a href="solrinputdocument.clear.php">SolrInputDocument::clear</a> — Resets the input document</li><li><a href="solrinputdocument.clone.php">SolrInputDocument::__clone</a> — Creates a copy of a SolrDocument</li><li><a href="solrinputdocument.construct.php">SolrInputDocument::__construct</a> — Constructor</li><li><a href="solrinputdocument.deletefield.php">SolrInputDocument::deleteField</a> — Removes a field from the document</li><li><a href="solrinputdocument.destruct.php">SolrInputDocument::__destruct</a> — Destructor</li><li><a href="solrinputdocument.fieldexists.php">SolrInputDocument::fieldExists</a> — Checks if a field exists</li><li><a href="solrinputdocument.getboost.php">SolrInputDocument::getBoost</a> — Retrieves the current boost value for the document</li><li><a href="solrinputdocument.getchilddocuments.php">SolrInputDocument::getChildDocuments</a> — Returns an array of child documents (SolrInputDocument)</li><li><a href="solrinputdocument.getchilddocumentscount.php">SolrInputDocument::getChildDocumentsCount</a> — Returns the number of child documents</li><li><a href="solrinputdocument.getfield.php">SolrInputDocument::getField</a> — Retrieves a field by name</li><li><a href="solrinputdocument.getfieldboost.php">SolrInputDocument::getFieldBoost</a> — Retrieves the boost value for a particular field</li><li><a href="solrinputdocument.getfieldcount.php">SolrInputDocument::getFieldCount</a> — Returns the number of fields in the document</li><li><a href="solrinputdocument.getfieldnames.php">SolrInputDocument::getFieldNames</a> — Returns an array containing all the fields in the document</li><li><a href="solrinputdocument.haschilddocuments.php">SolrInputDocument::hasChildDocuments</a> — Returns true if the document has any child documents</li><li><a href="solrinputdocument.merge.php">SolrInputDocument::merge</a> — Merges one input document into another</li><li><a href="solrinputdocument.reset.php">SolrInputDocument::reset</a> — Псевдонім SolrInputDocument::clear</li><li><a href="solrinputdocument.setboost.php">SolrInputDocument::setBoost</a> — Sets the boost value for this document</li><li><a href="solrinputdocument.setfieldboost.php">SolrInputDocument::setFieldBoost</a> — Sets the index-time boost value for a field</li><li><a href="solrinputdocument.sort.php">SolrInputDocument::sort</a> — Sorts the fields within the document</li><li><a href="solrinputdocument.toarray.php">SolrInputDocument::toArray</a> — Returns an array representation of the input document</li></ul></li><li><a href="class.solrdocument.php">SolrDocument</a> — The SolrDocument class<ul class="chunklist chunklist_book chunklist_children"><li><a href="solrdocument.addfield.php">SolrDocument::addField</a> — Adds a field to the document</li><li><a href="solrdocument.clear.php">SolrDocument::clear</a> — Drops all the fields in the document</li><li><a href="solrdocument.clone.php">SolrDocument::__clone</a> — Creates a copy of a SolrDocument object</li><li><a href="solrdocument.construct.php">SolrDocument::__construct</a> — Constructor</li><li><a href="solrdocument.current.php">SolrDocument::current</a> — Retrieves the current field</li><li><a href="solrdocument.deletefield.php">SolrDocument::deleteField</a> — Removes a field from the document</li><li><a href="solrdocument.destruct.php">SolrDocument::__destruct</a> — Destructor</li><li><a href="solrdocument.fieldexists.php">SolrDocument::fieldExists</a> — Checks if a field exists in the document</li><li><a href="solrdocument.get.php">SolrDocument::__get</a> — Access the field as a property</li><li><a href="solrdocument.getchilddocuments.php">SolrDocument::getChildDocuments</a> — Returns an array of child documents (SolrDocument)</li><li><a href="solrdocument.getchilddocumentscount.php">SolrDocument::getChildDocumentsCount</a> — Returns the number of child documents</li><li><a href="solrdocument.getfield.php">SolrDocument::getField</a> — Retrieves a field by name</li><li><a href="solrdocument.getfieldcount.php">SolrDocument::getFieldCount</a> — Returns the number of fields in this document</li><li><a href="solrdocument.getfieldnames.php">SolrDocument::getFieldNames</a> — Returns an array of fields names in the document</li><li><a href="solrdocument.getinputdocument.php">SolrDocument::getInputDocument</a> — Returns a SolrInputDocument equivalent of the object</li><li><a href="solrdocument.haschilddocuments.php">SolrDocument::hasChildDocuments</a> — Checks whether the document has any child documents</li><li><a href="solrdocument.isset.php">SolrDocument::__isset</a> — Checks if a field exists</li><li><a href="solrdocument.key.php">SolrDocument::key</a> — Retrieves the current key</li><li><a href="solrdocument.merge.php">SolrDocument::merge</a> — Merges source to the current SolrDocument</li><li><a href="solrdocument.next.php">SolrDocument::next</a> — Moves the internal pointer to the next field</li><li><a href="solrdocument.offsetexists.php">SolrDocument::offsetExists</a> — Checks if a particular field exists</li><li><a href="solrdocument.offsetget.php">SolrDocument::offsetGet</a> — Retrieves a field</li><li><a href="solrdocument.offsetset.php">SolrDocument::offsetSet</a> — Adds a field to the document</li><li><a href="solrdocument.offsetunset.php">SolrDocument::offsetUnset</a> — Removes a field</li><li><a href="solrdocument.reset.php">SolrDocument::reset</a> — Псевдонім SolrDocument::clear</li><li><a href="solrdocument.rewind.php">SolrDocument::rewind</a> — Resets the internal pointer to the beginning</li><li><a href="solrdocument.serialize.php">SolrDocument::serialize</a> — Used for custom serialization</li><li><a href="solrdocument.set.php">SolrDocument::__set</a> — Adds another field to the document</li><li><a href="solrdocument.sort.php">SolrDocument::sort</a> — Sorts the fields in the document</li><li><a href="solrdocument.toarray.php">SolrDocument::toArray</a> — Returns an array representation of the document</li><li><a href="solrdocument.unserialize.php">SolrDocument::unserialize</a> — Custom serialization of SolrDocument objects</li><li><a href="solrdocument.unset.php">SolrDocument::__unset</a> — Removes a field from the document</li><li><a href="solrdocument.valid.php">SolrDocument::valid</a> — Checks if the current position internally is still valid</li></ul></li><li><a href="class.solrdocumentfield.php">SolrDocumentField</a> — The SolrDocumentField class<ul class="chunklist chunklist_book chunklist_children"><li><a href="solrdocumentfield.construct.php">SolrDocumentField::__construct</a> — Constructor</li><li><a href="solrdocumentfield.destruct.php">SolrDocumentField::__destruct</a> — Destructor</li></ul></li><li><a href="class.solrobject.php">SolrObject</a> — The SolrObject class<ul class="chunklist chunklist_book chunklist_children"><li><a href="solrobject.construct.php">SolrObject::__construct</a> — Creates Solr object</li><li><a href="solrobject.destruct.php">SolrObject::__destruct</a> — Destructor</li><li><a href="solrobject.getpropertynames.php">SolrObject::getPropertyNames</a> — Returns an array of all the names of the properties</li><li><a href="solrobject.offsetexists.php">SolrObject::offsetExists</a> — Checks if the property exists</li><li><a href="solrobject.offsetget.php">SolrObject::offsetGet</a> — Used to retrieve a property</li><li><a href="solrobject.offsetset.php">SolrObject::offsetSet</a> — Sets the value for a property</li><li><a href="solrobject.offsetunset.php">SolrObject::offsetUnset</a> — Unsets the value for the property</li></ul></li><li><a href="class.solrclient.php">SolrClient</a> — The SolrClient class<ul class="chunklist chunklist_book chunklist_children"><li><a href="solrclient.adddocument.php">SolrClient::addDocument</a> — Adds a document to the index</li><li><a href="solrclient.adddocuments.php">SolrClient::addDocuments</a> — Adds a collection of SolrInputDocument instances to the index</li><li><a href="solrclient.commit.php">SolrClient::commit</a> — Finalizes all add/deletes made to the index</li><li><a href="solrclient.construct.php">SolrClient::__construct</a> — Constructor for the SolrClient object</li><li><a href="solrclient.deletebyid.php">SolrClient::deleteById</a> — Delete by Id</li><li><a href="solrclient.deletebyids.php">SolrClient::deleteByIds</a> — Deletes by Ids</li><li><a href="solrclient.deletebyqueries.php">SolrClient::deleteByQueries</a> — Removes all documents matching any of the queries</li><li><a href="solrclient.deletebyquery.php">SolrClient::deleteByQuery</a> — Deletes all documents matching the given query</li><li><a href="solrclient.destruct.php">SolrClient::__destruct</a> — Destructor for SolrClient</li><li><a href="solrclient.getbyid.php">SolrClient::getById</a> — Get Document By Id. Utilizes Solr Realtime Get (RTG)</li><li><a href="solrclient.getbyids.php">SolrClient::getByIds</a> — Get Documents by their Ids. Utilizes Solr Realtime Get (RTG)</li><li><a href="solrclient.getdebug.php">SolrClient::getDebug</a> — Returns the debug data for the last connection attempt</li><li><a href="solrclient.getoptions.php">SolrClient::getOptions</a> — Returns the client options set internally</li><li><a href="solrclient.optimize.php">SolrClient::optimize</a> — Defragments the index</li><li><a href="solrclient.ping.php">SolrClient::ping</a> — Checks if Solr server is still up</li><li><a href="solrclient.query.php">SolrClient::query</a> — Sends a query to the server</li><li><a href="solrclient.request.php">SolrClient::request</a> — Sends a raw update request</li><li><a href="solrclient.rollback.php">SolrClient::rollback</a> — Rollbacks all add/deletes made to the index since the last commit</li><li><a href="solrclient.setresponsewriter.php">SolrClient::setResponseWriter</a> — Sets the response writer used to prepare the response from Solr</li><li><a href="solrclient.setservlet.php">SolrClient::setServlet</a> — Changes the specified servlet type to a new value</li><li><a href="solrclient.system.php">SolrClient::system</a> — Retrieve Solr Server information</li><li><a href="solrclient.threads.php">SolrClient::threads</a> — Checks the threads status</li></ul></li><li><a href="class.solrresponse.php">SolrResponse</a> — The SolrResponse class<ul class="chunklist chunklist_book chunklist_children"><li><a href="solrresponse.getdigestedresponse.php">SolrResponse::getDigestedResponse</a> — Returns the XML response as serialized PHP data</li><li><a href="solrresponse.gethttpstatus.php">SolrResponse::getHttpStatus</a> — Returns the HTTP status of the response</li><li><a href="solrresponse.gethttpstatusmessage.php">SolrResponse::getHttpStatusMessage</a> — Returns more details on the HTTP status</li><li><a href="solrresponse.getrawrequest.php">SolrResponse::getRawRequest</a> — Returns the raw request sent to the Solr server</li><li><a href="solrresponse.getrawrequestheaders.php">SolrResponse::getRawRequestHeaders</a> — Returns the raw request headers sent to the Solr server</li><li><a href="solrresponse.getrawresponse.php">SolrResponse::getRawResponse</a> — Returns the raw response from the server</li><li><a href="solrresponse.getrawresponseheaders.php">SolrResponse::getRawResponseHeaders</a> — Returns the raw response headers from the server</li><li><a href="solrresponse.getrequesturl.php">SolrResponse::getRequestUrl</a> — Returns the full URL the request was sent to</li><li><a href="solrresponse.getresponse.php">SolrResponse::getResponse</a> — Returns a SolrObject representing the XML response from the server</li><li><a href="solrresponse.setparsemode.php">SolrResponse::setParseMode</a> — Sets the parse mode</li><li><a href="solrresponse.success.php">SolrResponse::success</a> — Was the request a success</li></ul></li><li><a href="class.solrqueryresponse.php">SolrQueryResponse</a> — The SolrQueryResponse class<ul class="chunklist chunklist_book chunklist_children"><li><a href="solrqueryresponse.construct.php">SolrQueryResponse::__construct</a> — Constructor</li><li><a href="solrqueryresponse.destruct.php">SolrQueryResponse::__destruct</a> — Destructor</li></ul></li><li><a href="class.solrupdateresponse.php">SolrUpdateResponse</a> — The SolrUpdateResponse class<ul class="chunklist chunklist_book chunklist_children"><li><a href="solrupdateresponse.construct.php">SolrUpdateResponse::__construct</a> — Constructor</li><li><a href="solrupdateresponse.destruct.php">SolrUpdateResponse::__destruct</a> — Destructor</li></ul></li><li><a href="class.solrpingresponse.php">SolrPingResponse</a> — The SolrPingResponse class<ul class="chunklist chunklist_book chunklist_children"><li><a href="solrpingresponse.construct.php">SolrPingResponse::__construct</a> — Constructor</li><li><a href="solrpingresponse.destruct.php">SolrPingResponse::__destruct</a> — Destructor</li><li><a href="solrpingresponse.getresponse.php">SolrPingResponse::getResponse</a> — Returns the response from the server</li></ul></li><li><a href="class.solrgenericresponse.php">SolrGenericResponse</a> — The SolrGenericResponse class<ul class="chunklist chunklist_book chunklist_children"><li><a href="solrgenericresponse.construct.php">SolrGenericResponse::__construct</a> — Constructor</li><li><a href="solrgenericresponse.destruct.php">SolrGenericResponse::__destruct</a> — Destructor</li></ul></li><li><a href="class.solrparams.php">SolrParams</a> — The SolrParams class<ul class="chunklist chunklist_book chunklist_children"><li><a href="solrparams.add.php">SolrParams::add</a> — Псевдонім SolrParams::addParam</li><li><a href="solrparams.addparam.php">SolrParams::addParam</a> — Adds a parameter to the object</li><li><a href="solrparams.get.php">SolrParams::get</a> — Псевдонім SolrParams::getParam</li><li><a href="solrparams.getparam.php">SolrParams::getParam</a> — Returns a parameter value</li><li><a href="solrparams.getparams.php">SolrParams::getParams</a> — Returns an array of non URL-encoded parameters</li><li><a href="solrparams.getpreparedparams.php">SolrParams::getPreparedParams</a> — Returns an array of URL-encoded parameters</li><li><a href="solrparams.serialize.php">SolrParams::serialize</a> — Used for custom serialization</li><li><a href="solrparams.set.php">SolrParams::set</a> — Псевдонім SolrParams::setParam</li><li><a href="solrparams.setparam.php">SolrParams::setParam</a> — Sets the parameter to the specified value</li><li><a href="solrparams.tostring.php">SolrParams::toString</a> — Returns all the name-value pair parameters in the object</li><li><a href="solrparams.unserialize.php">SolrParams::unserialize</a> — Used for custom serialization</li></ul></li><li><a href="class.solrmodifiableparams.php">SolrModifiableParams</a> — The SolrModifiableParams class<ul class="chunklist chunklist_book chunklist_children"><li><a href="solrmodifiableparams.construct.php">SolrModifiableParams::__construct</a> — Constructor</li><li><a href="solrmodifiableparams.destruct.php">SolrModifiableParams::__destruct</a> — Destructor</li></ul></li><li><a href="class.solrquery.php">SolrQuery</a> — The SolrQuery class<ul class="chunklist chunklist_book chunklist_children"><li><a href="solrquery.addexpandfilterquery.php">SolrQuery::addExpandFilterQuery</a> — Overrides main filter query, determines which documents to include in the main group</li><li><a href="solrquery.addexpandsortfield.php">SolrQuery::addExpandSortField</a> — Orders the documents within the expanded groups (expand.sort parameter)</li><li><a href="solrquery.addfacetdatefield.php">SolrQuery::addFacetDateField</a> — Maps to facet.date</li><li><a href="solrquery.addfacetdateother.php">SolrQuery::addFacetDateOther</a> — Adds another facet.date.other parameter</li><li><a href="solrquery.addfacetfield.php">SolrQuery::addFacetField</a> — Adds another field to the facet</li><li><a href="solrquery.addfacetquery.php">SolrQuery::addFacetQuery</a> — Adds a facet query</li><li><a href="solrquery.addfield.php">SolrQuery::addField</a> — Specifies which fields to return in the result</li><li><a href="solrquery.addfilterquery.php">SolrQuery::addFilterQuery</a> — Specifies a filter query</li><li><a href="solrquery.addgroupfield.php">SolrQuery::addGroupField</a> — Add a field to be used to group results</li><li><a href="solrquery.addgroupfunction.php">SolrQuery::addGroupFunction</a> — Allows grouping results based on the unique values of a function query (group.func parameter)</li><li><a href="solrquery.addgroupquery.php">SolrQuery::addGroupQuery</a> — Allows grouping of documents that match the given query</li><li><a href="solrquery.addgroupsortfield.php">SolrQuery::addGroupSortField</a> — Add a group sort field (group.sort parameter)</li><li><a href="solrquery.addhighlightfield.php">SolrQuery::addHighlightField</a> — Maps to hl.fl</li><li><a href="solrquery.addmltfield.php">SolrQuery::addMltField</a> — Sets a field to use for similarity</li><li><a href="solrquery.addmltqueryfield.php">SolrQuery::addMltQueryField</a> — Maps to mlt.qf</li><li><a href="solrquery.addsortfield.php">SolrQuery::addSortField</a> — Used to control how the results should be sorted</li><li><a href="solrquery.addstatsfacet.php">SolrQuery::addStatsFacet</a> — Requests a return of sub results for values within the given facet</li><li><a href="solrquery.addstatsfield.php">SolrQuery::addStatsField</a> — Maps to stats.field parameter</li><li><a href="solrquery.collapse.php">SolrQuery::collapse</a> — Collapses the result set to a single document per group</li><li><a href="solrquery.construct.php">SolrQuery::__construct</a> — Constructor</li><li><a href="solrquery.destruct.php">SolrQuery::__destruct</a> — Destructor</li><li><a href="solrquery.getexpand.php">SolrQuery::getExpand</a> — Returns true if group expanding is enabled</li><li><a href="solrquery.getexpandfilterqueries.php">SolrQuery::getExpandFilterQueries</a> — Returns the expand filter queries</li><li><a href="solrquery.getexpandquery.php">SolrQuery::getExpandQuery</a> — Returns the expand query expand.q parameter</li><li><a href="solrquery.getexpandrows.php">SolrQuery::getExpandRows</a> — Returns The number of rows to display in each group (expand.rows)</li><li><a href="solrquery.getexpandsortfields.php">SolrQuery::getExpandSortFields</a> — Returns an array of fields</li><li><a href="solrquery.getfacet.php">SolrQuery::getFacet</a> — Returns the value of the facet parameter</li><li><a href="solrquery.getfacetdateend.php">SolrQuery::getFacetDateEnd</a> — Returns the value for the facet.date.end parameter</li><li><a href="solrquery.getfacetdatefields.php">SolrQuery::getFacetDateFields</a> — Returns all the facet.date fields</li><li><a href="solrquery.getfacetdategap.php">SolrQuery::getFacetDateGap</a> — Returns the value of the facet.date.gap parameter</li><li><a href="solrquery.getfacetdatehardend.php">SolrQuery::getFacetDateHardEnd</a> — Returns the value of the facet.date.hardend parameter</li><li><a href="solrquery.getfacetdateother.php">SolrQuery::getFacetDateOther</a> — Returns the value for the facet.date.other parameter</li><li><a href="solrquery.getfacetdatestart.php">SolrQuery::getFacetDateStart</a> — Returns the  lower bound for the first date range for all date faceting on this field</li><li><a href="solrquery.getfacetfields.php">SolrQuery::getFacetFields</a> — Returns all the facet fields</li><li><a href="solrquery.getfacetlimit.php">SolrQuery::getFacetLimit</a> — Returns the maximum number of constraint counts that should be returned for the facet fields</li><li><a href="solrquery.getfacetmethod.php">SolrQuery::getFacetMethod</a> — Returns the value of the facet.method parameter</li><li><a href="solrquery.getfacetmincount.php">SolrQuery::getFacetMinCount</a> — Returns the minimum counts for facet fields should be included in the response</li><li><a href="solrquery.getfacetmissing.php">SolrQuery::getFacetMissing</a> — Returns the current state of the facet.missing parameter</li><li><a href="solrquery.getfacetoffset.php">SolrQuery::getFacetOffset</a> — Returns an offset into the list of constraints to be used for pagination</li><li><a href="solrquery.getfacetprefix.php">SolrQuery::getFacetPrefix</a> — Returns the facet prefix</li><li><a href="solrquery.getfacetqueries.php">SolrQuery::getFacetQueries</a> — Returns all the facet queries</li><li><a href="solrquery.getfacetsort.php">SolrQuery::getFacetSort</a> — Returns the facet sort type</li><li><a href="solrquery.getfields.php">SolrQuery::getFields</a> — Returns the list of fields that will be returned in the response</li><li><a href="solrquery.getfilterqueries.php">SolrQuery::getFilterQueries</a> — Returns an array of filter queries</li><li><a href="solrquery.getgroup.php">SolrQuery::getGroup</a> — Returns true if grouping is enabled</li><li><a href="solrquery.getgroupcachepercent.php">SolrQuery::getGroupCachePercent</a> — Returns group cache percent value</li><li><a href="solrquery.getgroupfacet.php">SolrQuery::getGroupFacet</a> — Returns the group.facet parameter value</li><li><a href="solrquery.getgroupfields.php">SolrQuery::getGroupFields</a> — Returns group fields (group.field parameter values)</li><li><a href="solrquery.getgroupformat.php">SolrQuery::getGroupFormat</a> — Returns the group.format value</li><li><a href="solrquery.getgroupfunctions.php">SolrQuery::getGroupFunctions</a> — Returns group functions (group.func parameter values)</li><li><a href="solrquery.getgrouplimit.php">SolrQuery::getGroupLimit</a> — Returns the group.limit value</li><li><a href="solrquery.getgroupmain.php">SolrQuery::getGroupMain</a> — Returns the group.main value</li><li><a href="solrquery.getgroupngroups.php">SolrQuery::getGroupNGroups</a> — Returns the group.ngroups value</li><li><a href="solrquery.getgroupoffset.php">SolrQuery::getGroupOffset</a> — Returns the group.offset value</li><li><a href="solrquery.getgroupqueries.php">SolrQuery::getGroupQueries</a> — Returns all the group.query parameter values</li><li><a href="solrquery.getgroupsortfields.php">SolrQuery::getGroupSortFields</a> — Returns the group.sort value</li><li><a href="solrquery.getgrouptruncate.php">SolrQuery::getGroupTruncate</a> — Returns the group.truncate value</li><li><a href="solrquery.gethighlight.php">SolrQuery::getHighlight</a> — Returns the state of the hl parameter</li><li><a href="solrquery.gethighlightalternatefield.php">SolrQuery::getHighlightAlternateField</a> — Returns the highlight field to use as backup or default</li><li><a href="solrquery.gethighlightfields.php">SolrQuery::getHighlightFields</a> — Returns all the fields that Solr should generate highlighted snippets for</li><li><a href="solrquery.gethighlightformatter.php">SolrQuery::getHighlightFormatter</a> — Returns the formatter for the highlighted output</li><li><a href="solrquery.gethighlightfragmenter.php">SolrQuery::getHighlightFragmenter</a> — Returns the text snippet generator for highlighted text</li><li><a href="solrquery.gethighlightfragsize.php">SolrQuery::getHighlightFragsize</a> — Returns the number of characters of fragments to consider for highlighting</li><li><a href="solrquery.gethighlighthighlightmultiterm.php">SolrQuery::getHighlightHighlightMultiTerm</a> — Returns whether or not to enable highlighting for range/wildcard/fuzzy/prefix queries</li><li><a href="solrquery.gethighlightmaxalternatefieldlength.php">SolrQuery::getHighlightMaxAlternateFieldLength</a> — Returns the maximum number of characters of the field to return</li><li><a href="solrquery.gethighlightmaxanalyzedchars.php">SolrQuery::getHighlightMaxAnalyzedChars</a> — Returns the maximum number of characters into a document to look for suitable snippets</li><li><a href="solrquery.gethighlightmergecontiguous.php">SolrQuery::getHighlightMergeContiguous</a> — Returns whether or not the collapse contiguous fragments into a single fragment</li><li><a href="solrquery.gethighlightquery.php">SolrQuery::getHighlightQuery</a> — return the highlightquery (hl.q)</li><li><a href="solrquery.gethighlightregexmaxanalyzedchars.php">SolrQuery::getHighlightRegexMaxAnalyzedChars</a> — Returns the maximum number of characters from a field when using the regex fragmenter</li><li><a href="solrquery.gethighlightregexpattern.php">SolrQuery::getHighlightRegexPattern</a> — Returns the regular expression for fragmenting</li><li><a href="solrquery.gethighlightregexslop.php">SolrQuery::getHighlightRegexSlop</a> — Returns the deviation factor from the ideal fragment size</li><li><a href="solrquery.gethighlightrequirefieldmatch.php">SolrQuery::getHighlightRequireFieldMatch</a> — Returns if a field will only be highlighted if the query matched in this particular field</li><li><a href="solrquery.gethighlightsimplepost.php">SolrQuery::getHighlightSimplePost</a> — Returns the text which appears after a highlighted term</li><li><a href="solrquery.gethighlightsimplepre.php">SolrQuery::getHighlightSimplePre</a> — Returns the text which appears before a highlighted term</li><li><a href="solrquery.gethighlightsnippets.php">SolrQuery::getHighlightSnippets</a> — Returns the maximum number of highlighted snippets to generate per field</li><li><a href="solrquery.gethighlightusephrasehighlighter.php">SolrQuery::getHighlightUsePhraseHighlighter</a> — Returns the state of the hl.usePhraseHighlighter parameter</li><li><a href="solrquery.getmlt.php">SolrQuery::getMlt</a> — Returns whether or not MoreLikeThis results should be enabled</li><li><a href="solrquery.getmltboost.php">SolrQuery::getMltBoost</a> — Returns whether or not the query will be boosted by the interesting term relevance</li><li><a href="solrquery.getmltcount.php">SolrQuery::getMltCount</a> — Returns the number of similar documents to return for each result</li><li><a href="solrquery.getmltfields.php">SolrQuery::getMltFields</a> — Returns all the fields to use for similarity</li><li><a href="solrquery.getmltmaxnumqueryterms.php">SolrQuery::getMltMaxNumQueryTerms</a> — Returns the maximum number of query terms that will be included in any generated query</li><li><a href="solrquery.getmltmaxnumtokens.php">SolrQuery::getMltMaxNumTokens</a> — Returns the maximum number of tokens to parse in each document field that is not stored with TermVector support</li><li><a href="solrquery.getmltmaxwordlength.php">SolrQuery::getMltMaxWordLength</a> — Returns the maximum word length above which words will be ignored</li><li><a href="solrquery.getmltmindocfrequency.php">SolrQuery::getMltMinDocFrequency</a> — Returns the treshold frequency at which words will be ignored which do not occur in at least this many docs</li><li><a href="solrquery.getmltmintermfrequency.php">SolrQuery::getMltMinTermFrequency</a> — Returns the frequency below which terms will be ignored in the source document</li><li><a href="solrquery.getmltminwordlength.php">SolrQuery::getMltMinWordLength</a> — Returns the minimum word length below which words will be ignored</li><li><a href="solrquery.getmltqueryfields.php">SolrQuery::getMltQueryFields</a> — Returns the query fields and their boosts</li><li><a href="solrquery.getquery.php">SolrQuery::getQuery</a> — Returns the main query</li><li><a href="solrquery.getrows.php">SolrQuery::getRows</a> — Returns the maximum number of documents</li><li><a href="solrquery.getsortfields.php">SolrQuery::getSortFields</a> — Returns all the sort fields</li><li><a href="solrquery.getstart.php">SolrQuery::getStart</a> — Returns the offset in the complete result set</li><li><a href="solrquery.getstats.php">SolrQuery::getStats</a> — Returns whether or not stats is enabled</li><li><a href="solrquery.getstatsfacets.php">SolrQuery::getStatsFacets</a> — Returns all the stats facets that were set</li><li><a href="solrquery.getstatsfields.php">SolrQuery::getStatsFields</a> — Returns all the statistics fields</li><li><a href="solrquery.getterms.php">SolrQuery::getTerms</a> — Returns whether or not the TermsComponent is enabled</li><li><a href="solrquery.gettermsfield.php">SolrQuery::getTermsField</a> — Returns the field from which the terms are retrieved</li><li><a href="solrquery.gettermsincludelowerbound.php">SolrQuery::getTermsIncludeLowerBound</a> — Returns whether or not to include the lower bound in the result set</li><li><a href="solrquery.gettermsincludeupperbound.php">SolrQuery::getTermsIncludeUpperBound</a> — Returns whether or not to include the upper bound term in the result set</li><li><a href="solrquery.gettermslimit.php">SolrQuery::getTermsLimit</a> — Returns the maximum number of terms Solr should return</li><li><a href="solrquery.gettermslowerbound.php">SolrQuery::getTermsLowerBound</a> — Returns the term to start at</li><li><a href="solrquery.gettermsmaxcount.php">SolrQuery::getTermsMaxCount</a> — Returns the maximum document frequency</li><li><a href="solrquery.gettermsmincount.php">SolrQuery::getTermsMinCount</a> — Returns the minimum document frequency to return in order to be included</li><li><a href="solrquery.gettermsprefix.php">SolrQuery::getTermsPrefix</a> — Returns the term prefix</li><li><a href="solrquery.gettermsreturnraw.php">SolrQuery::getTermsReturnRaw</a> — Whether or not to return raw characters</li><li><a href="solrquery.gettermssort.php">SolrQuery::getTermsSort</a> — Returns an integer indicating how terms are sorted</li><li><a href="solrquery.gettermsupperbound.php">SolrQuery::getTermsUpperBound</a> — Returns the term to stop at</li><li><a href="solrquery.gettimeallowed.php">SolrQuery::getTimeAllowed</a> — Returns the time in milliseconds allowed for the query to finish</li><li><a href="solrquery.removeexpandfilterquery.php">SolrQuery::removeExpandFilterQuery</a> — Removes an expand filter query</li><li><a href="solrquery.removeexpandsortfield.php">SolrQuery::removeExpandSortField</a> — Removes an expand sort field from the expand.sort parameter</li><li><a href="solrquery.removefacetdatefield.php">SolrQuery::removeFacetDateField</a> — Removes one of the facet date fields</li><li><a href="solrquery.removefacetdateother.php">SolrQuery::removeFacetDateOther</a> — Removes one of the facet.date.other parameters</li><li><a href="solrquery.removefacetfield.php">SolrQuery::removeFacetField</a> — Removes one of the facet.date parameters</li><li><a href="solrquery.removefacetquery.php">SolrQuery::removeFacetQuery</a> — Removes one of the facet.query parameters</li><li><a href="solrquery.removefield.php">SolrQuery::removeField</a> — Removes a field from the list of fields</li><li><a href="solrquery.removefilterquery.php">SolrQuery::removeFilterQuery</a> — Removes a filter query</li><li><a href="solrquery.removehighlightfield.php">SolrQuery::removeHighlightField</a> — Removes one of the fields used for highlighting</li><li><a href="solrquery.removemltfield.php">SolrQuery::removeMltField</a> — Removes one of the moreLikeThis fields</li><li><a href="solrquery.removemltqueryfield.php">SolrQuery::removeMltQueryField</a> — Removes one of the moreLikeThis query fields</li><li><a href="solrquery.removesortfield.php">SolrQuery::removeSortField</a> — Removes one of the sort fields</li><li><a href="solrquery.removestatsfacet.php">SolrQuery::removeStatsFacet</a> — Removes one of the stats.facet parameters</li><li><a href="solrquery.removestatsfield.php">SolrQuery::removeStatsField</a> — Removes one of the stats.field parameters</li><li><a href="solrquery.setechohandler.php">SolrQuery::setEchoHandler</a> — Toggles the echoHandler parameter</li><li><a href="solrquery.setechoparams.php">SolrQuery::setEchoParams</a> — Determines what kind of parameters to include in the response</li><li><a href="solrquery.setexpand.php">SolrQuery::setExpand</a> — Enables/Disables the Expand Component</li><li><a href="solrquery.setexpandquery.php">SolrQuery::setExpandQuery</a> — Sets the expand.q parameter</li><li><a href="solrquery.setexpandrows.php">SolrQuery::setExpandRows</a> — Sets the number of rows to display in each group (expand.rows). Server Default 5</li><li><a href="solrquery.setexplainother.php">SolrQuery::setExplainOther</a> — Sets the explainOther common query parameter</li><li><a href="solrquery.setfacet.php">SolrQuery::setFacet</a> — Maps to the facet parameter. Enables or disables facetting</li><li><a href="solrquery.setfacetdateend.php">SolrQuery::setFacetDateEnd</a> — Maps to facet.date.end</li><li><a href="solrquery.setfacetdategap.php">SolrQuery::setFacetDateGap</a> — Maps to facet.date.gap</li><li><a href="solrquery.setfacetdatehardend.php">SolrQuery::setFacetDateHardEnd</a> — Maps to facet.date.hardend</li><li><a href="solrquery.setfacetdatestart.php">SolrQuery::setFacetDateStart</a> — Maps to facet.date.start</li><li><a href="solrquery.setfacetenumcachemindefaultfrequency.php">SolrQuery::setFacetEnumCacheMinDefaultFrequency</a> — Sets the minimum document frequency used for determining term count</li><li><a href="solrquery.setfacetlimit.php">SolrQuery::setFacetLimit</a> — Maps to facet.limit</li><li><a href="solrquery.setfacetmethod.php">SolrQuery::setFacetMethod</a> — Specifies the type of algorithm to use when faceting a field</li><li><a href="solrquery.setfacetmincount.php">SolrQuery::setFacetMinCount</a> — Maps to facet.mincount</li><li><a href="solrquery.setfacetmissing.php">SolrQuery::setFacetMissing</a> — Maps to facet.missing</li><li><a href="solrquery.setfacetoffset.php">SolrQuery::setFacetOffset</a> — Sets the offset into the list of constraints to allow for pagination</li><li><a href="solrquery.setfacetprefix.php">SolrQuery::setFacetPrefix</a> — Specifies a string prefix with which to limits the terms on which to facet</li><li><a href="solrquery.setfacetsort.php">SolrQuery::setFacetSort</a> — Determines the ordering of the facet field constraints</li><li><a href="solrquery.setgroup.php">SolrQuery::setGroup</a> — Enable/Disable result grouping (group parameter)</li><li><a href="solrquery.setgroupcachepercent.php">SolrQuery::setGroupCachePercent</a> — Enables caching for result grouping</li><li><a href="solrquery.setgroupfacet.php">SolrQuery::setGroupFacet</a> — Sets group.facet parameter</li><li><a href="solrquery.setgroupformat.php">SolrQuery::setGroupFormat</a> — Sets the group format, result structure (group.format parameter)</li><li><a href="solrquery.setgrouplimit.php">SolrQuery::setGroupLimit</a> — Specifies the number of results to return for each group. The server default value is 1</li><li><a href="solrquery.setgroupmain.php">SolrQuery::setGroupMain</a> — If true, the result of the first field grouping command is used as the main result list in the response, using group.format=simple</li><li><a href="solrquery.setgroupngroups.php">SolrQuery::setGroupNGroups</a> — If true, Solr includes the number of groups that have matched the query in the results</li><li><a href="solrquery.setgroupoffset.php">SolrQuery::setGroupOffset</a> — Sets the group.offset parameter</li><li><a href="solrquery.setgrouptruncate.php">SolrQuery::setGroupTruncate</a> — If true, facet counts are based on the most relevant document of each group matching the query</li><li><a href="solrquery.sethighlight.php">SolrQuery::setHighlight</a> — Enables or disables highlighting</li><li><a href="solrquery.sethighlightalternatefield.php">SolrQuery::setHighlightAlternateField</a> — Specifies the backup field to use</li><li><a href="solrquery.sethighlightformatter.php">SolrQuery::setHighlightFormatter</a> — Specify a formatter for the highlight output</li><li><a href="solrquery.sethighlightfragmenter.php">SolrQuery::setHighlightFragmenter</a> — Sets a text snippet generator for highlighted text</li><li><a href="solrquery.sethighlightfragsize.php">SolrQuery::setHighlightFragsize</a> — The size of fragments to consider for highlighting</li><li><a href="solrquery.sethighlighthighlightmultiterm.php">SolrQuery::setHighlightHighlightMultiTerm</a> — Use SpanScorer to highlight phrase terms</li><li><a href="solrquery.sethighlightmaxalternatefieldlength.php">SolrQuery::setHighlightMaxAlternateFieldLength</a> — Sets the maximum number of characters of the field to return</li><li><a href="solrquery.sethighlightmaxanalyzedchars.php">SolrQuery::setHighlightMaxAnalyzedChars</a> — Specifies the number of characters into a document to look for suitable snippets</li><li><a href="solrquery.sethighlightmergecontiguous.php">SolrQuery::setHighlightMergeContiguous</a> — Whether or not to collapse contiguous fragments into a single fragment</li><li><a href="solrquery.sethighlightquery.php">SolrQuery::setHighlightQuery</a> — A query designated for highlighting (hl.q)</li><li><a href="solrquery.sethighlightregexmaxanalyzedchars.php">SolrQuery::setHighlightRegexMaxAnalyzedChars</a> — Specify the maximum number of characters to analyze</li><li><a href="solrquery.sethighlightregexpattern.php">SolrQuery::setHighlightRegexPattern</a> — Specify the regular expression for fragmenting</li><li><a href="solrquery.sethighlightregexslop.php">SolrQuery::setHighlightRegexSlop</a> — Sets the factor by which the regex fragmenter can stray from the ideal fragment size</li><li><a href="solrquery.sethighlightrequirefieldmatch.php">SolrQuery::setHighlightRequireFieldMatch</a> — Require field matching during highlighting</li><li><a href="solrquery.sethighlightsimplepost.php">SolrQuery::setHighlightSimplePost</a> — Sets the text which appears after a highlighted term</li><li><a href="solrquery.sethighlightsimplepre.php">SolrQuery::setHighlightSimplePre</a> — Sets the text which appears before a highlighted term</li><li><a href="solrquery.sethighlightsnippets.php">SolrQuery::setHighlightSnippets</a> — Sets the maximum number of highlighted snippets to generate per field</li><li><a href="solrquery.sethighlightusephrasehighlighter.php">SolrQuery::setHighlightUsePhraseHighlighter</a> — Whether to highlight phrase terms only when they appear within the query phrase</li><li><a href="solrquery.setmlt.php">SolrQuery::setMlt</a> — Enables or disables moreLikeThis</li><li><a href="solrquery.setmltboost.php">SolrQuery::setMltBoost</a> — Set if the query will be boosted by the interesting term relevance</li><li><a href="solrquery.setmltcount.php">SolrQuery::setMltCount</a> — Set the number of similar documents to return for each result</li><li><a href="solrquery.setmltmaxnumqueryterms.php">SolrQuery::setMltMaxNumQueryTerms</a> — Sets the maximum number of query terms included</li><li><a href="solrquery.setmltmaxnumtokens.php">SolrQuery::setMltMaxNumTokens</a> — Specifies the maximum number of tokens to parse</li><li><a href="solrquery.setmltmaxwordlength.php">SolrQuery::setMltMaxWordLength</a> — Sets the maximum word length</li><li><a href="solrquery.setmltmindocfrequency.php">SolrQuery::setMltMinDocFrequency</a> — Sets the mltMinDoc frequency</li><li><a href="solrquery.setmltmintermfrequency.php">SolrQuery::setMltMinTermFrequency</a> — Sets the frequency below which terms will be ignored in the source docs</li><li><a href="solrquery.setmltminwordlength.php">SolrQuery::setMltMinWordLength</a> — Sets the minimum word length</li><li><a href="solrquery.setomitheader.php">SolrQuery::setOmitHeader</a> — Exclude the header from the returned results</li><li><a href="solrquery.setquery.php">SolrQuery::setQuery</a> — Sets the search query</li><li><a href="solrquery.setrows.php">SolrQuery::setRows</a> — Specifies the maximum number of rows to return in the result</li><li><a href="solrquery.setshowdebuginfo.php">SolrQuery::setShowDebugInfo</a> — Flag to show debug information</li><li><a href="solrquery.setstart.php">SolrQuery::setStart</a> — Specifies the number of rows to skip</li><li><a href="solrquery.setstats.php">SolrQuery::setStats</a> — Enables or disables the Stats component</li><li><a href="solrquery.setterms.php">SolrQuery::setTerms</a> — Enables or disables the TermsComponent</li><li><a href="solrquery.settermsfield.php">SolrQuery::setTermsField</a> — Sets the name of the field to get the Terms from</li><li><a href="solrquery.settermsincludelowerbound.php">SolrQuery::setTermsIncludeLowerBound</a> — Include the lower bound term in the result set</li><li><a href="solrquery.settermsincludeupperbound.php">SolrQuery::setTermsIncludeUpperBound</a> — Include the upper bound term in the result set</li><li><a href="solrquery.settermslimit.php">SolrQuery::setTermsLimit</a> — Sets the maximum number of terms to return</li><li><a href="solrquery.settermslowerbound.php">SolrQuery::setTermsLowerBound</a> — Specifies the Term to start from</li><li><a href="solrquery.settermsmaxcount.php">SolrQuery::setTermsMaxCount</a> — Sets the maximum document frequency</li><li><a href="solrquery.settermsmincount.php">SolrQuery::setTermsMinCount</a> — Sets the minimum document frequency</li><li><a href="solrquery.settermsprefix.php">SolrQuery::setTermsPrefix</a> — Restrict matches to terms that start with the prefix</li><li><a href="solrquery.settermsreturnraw.php">SolrQuery::setTermsReturnRaw</a> — Return the raw characters of the indexed term</li><li><a href="solrquery.settermssort.php">SolrQuery::setTermsSort</a> — Specifies how to sort the returned terms</li><li><a href="solrquery.settermsupperbound.php">SolrQuery::setTermsUpperBound</a> — Sets the term to stop at</li><li><a href="solrquery.settimeallowed.php">SolrQuery::setTimeAllowed</a> — The time allowed for search to finish</li></ul></li><li><a href="class.solrdismaxquery.php">SolrDisMaxQuery</a> — The SolrDisMaxQuery class<ul class="chunklist chunklist_book chunklist_children"><li><a href="solrdismaxquery.addbigramphrasefield.php">SolrDisMaxQuery::addBigramPhraseField</a> — Adds a Phrase Bigram Field (pf2 parameter)</li><li><a href="solrdismaxquery.addboostquery.php">SolrDisMaxQuery::addBoostQuery</a> — Adds a boost query field with value and optional boost (bq parameter)</li><li><a href="solrdismaxquery.addphrasefield.php">SolrDisMaxQuery::addPhraseField</a> — Adds a Phrase Field (pf parameter)</li><li><a href="solrdismaxquery.addqueryfield.php">SolrDisMaxQuery::addQueryField</a> — Add a query field with optional boost (qf parameter)</li><li><a href="solrdismaxquery.addtrigramphrasefield.php">SolrDisMaxQuery::addTrigramPhraseField</a> — Adds a Trigram Phrase Field (pf3 parameter)</li><li><a href="solrdismaxquery.adduserfield.php">SolrDisMaxQuery::addUserField</a> — Adds a field to User Fields Parameter (uf)</li><li><a href="solrdismaxquery.construct.php">SolrDisMaxQuery::__construct</a> — Class Constructor</li><li><a href="solrdismaxquery.removebigramphrasefield.php">SolrDisMaxQuery::removeBigramPhraseField</a> — Removes phrase bigram field (pf2 parameter)</li><li><a href="solrdismaxquery.removeboostquery.php">SolrDisMaxQuery::removeBoostQuery</a> — Removes a boost query partial by field name (bq)</li><li><a href="solrdismaxquery.removephrasefield.php">SolrDisMaxQuery::removePhraseField</a> — Removes a Phrase Field (pf parameter)</li><li><a href="solrdismaxquery.removequeryfield.php">SolrDisMaxQuery::removeQueryField</a> — Removes a Query Field (qf parameter)</li><li><a href="solrdismaxquery.removetrigramphrasefield.php">SolrDisMaxQuery::removeTrigramPhraseField</a> — Removes a Trigram Phrase Field (pf3 parameter)</li><li><a href="solrdismaxquery.removeuserfield.php">SolrDisMaxQuery::removeUserField</a> — Removes a field from The User Fields Parameter (uf)</li><li><a href="solrdismaxquery.setbigramphrasefields.php">SolrDisMaxQuery::setBigramPhraseFields</a> — Sets Bigram Phrase Fields and their boosts (and slops) using pf2 parameter</li><li><a href="solrdismaxquery.setbigramphraseslop.php">SolrDisMaxQuery::setBigramPhraseSlop</a> — Sets Bigram Phrase Slop (ps2 parameter)</li><li><a href="solrdismaxquery.setboostfunction.php">SolrDisMaxQuery::setBoostFunction</a> — Sets a Boost Function (bf parameter)</li><li><a href="solrdismaxquery.setboostquery.php">SolrDisMaxQuery::setBoostQuery</a> — Directly Sets Boost Query Parameter (bq)</li><li><a href="solrdismaxquery.setminimummatch.php">SolrDisMaxQuery::setMinimumMatch</a> — Set Minimum &quot;Should&quot; Match (mm)</li><li><a href="solrdismaxquery.setphrasefields.php">SolrDisMaxQuery::setPhraseFields</a> — Sets  Phrase Fields and their boosts (and slops) using pf2 parameter</li><li><a href="solrdismaxquery.setphraseslop.php">SolrDisMaxQuery::setPhraseSlop</a> — Sets the default slop on phrase queries (ps parameter)</li><li><a href="solrdismaxquery.setqueryalt.php">SolrDisMaxQuery::setQueryAlt</a> — Set Query Alternate (q.alt parameter)</li><li><a href="solrdismaxquery.setqueryphraseslop.php">SolrDisMaxQuery::setQueryPhraseSlop</a> — Specifies the amount of slop permitted on phrase queries explicitly included in the user's query string (qf parameter)</li><li><a href="solrdismaxquery.settiebreaker.php">SolrDisMaxQuery::setTieBreaker</a> — Sets Tie Breaker parameter (tie parameter)</li><li><a href="solrdismaxquery.settrigramphrasefields.php">SolrDisMaxQuery::setTrigramPhraseFields</a> — Directly Sets Trigram Phrase Fields (pf3 parameter)</li><li><a href="solrdismaxquery.settrigramphraseslop.php">SolrDisMaxQuery::setTrigramPhraseSlop</a> — Sets Trigram Phrase Slop (ps3 parameter)</li><li><a href="solrdismaxquery.setuserfields.php">SolrDisMaxQuery::setUserFields</a> — Sets User Fields parameter (uf)</li><li><a href="solrdismaxquery.usedismaxqueryparser.php">SolrDisMaxQuery::useDisMaxQueryParser</a> — Switch QueryParser to be DisMax Query Parser</li><li><a href="solrdismaxquery.useedismaxqueryparser.php">SolrDisMaxQuery::useEDisMaxQueryParser</a> — Switch QueryParser to be EDisMax</li></ul></li><li><a href="class.solrcollapsefunction.php">SolrCollapseFunction</a> — The SolrCollapseFunction class<ul class="chunklist chunklist_book chunklist_children"><li><a href="solrcollapsefunction.construct.php">SolrCollapseFunction::__construct</a> — Constructor</li><li><a href="solrcollapsefunction.getfield.php">SolrCollapseFunction::getField</a> — Returns the field that is being collapsed on</li><li><a href="solrcollapsefunction.gethint.php">SolrCollapseFunction::getHint</a> — Returns collapse hint</li><li><a href="solrcollapsefunction.getmax.php">SolrCollapseFunction::getMax</a> — Returns max parameter</li><li><a href="solrcollapsefunction.getmin.php">SolrCollapseFunction::getMin</a> — Returns min parameter</li><li><a href="solrcollapsefunction.getnullpolicy.php">SolrCollapseFunction::getNullPolicy</a> — Returns null policy</li><li><a href="solrcollapsefunction.getsize.php">SolrCollapseFunction::getSize</a> — Returns size parameter</li><li><a href="solrcollapsefunction.setfield.php">SolrCollapseFunction::setField</a> — Sets the field to collapse on</li><li><a href="solrcollapsefunction.sethint.php">SolrCollapseFunction::setHint</a> — Sets collapse hint</li><li><a href="solrcollapsefunction.setmax.php">SolrCollapseFunction::setMax</a> — Selects the group heads by the max value of a numeric field or function query</li><li><a href="solrcollapsefunction.setmin.php">SolrCollapseFunction::setMin</a> — Sets the initial size of the collapse data structures when collapsing on a numeric field only</li><li><a href="solrcollapsefunction.setnullpolicy.php">SolrCollapseFunction::setNullPolicy</a> — Sets the NULL Policy</li><li><a href="solrcollapsefunction.setsize.php">SolrCollapseFunction::setSize</a> — Sets the initial size of the collapse data structures when collapsing on a numeric field only</li><li><a href="solrcollapsefunction.tostring.php">SolrCollapseFunction::__toString</a> — Returns a string representing the constructed collapse function</li></ul></li><li><a href="class.solrexception.php">SolrException</a> — The SolrException class<ul class="chunklist chunklist_book chunklist_children"><li><a href="solrexception.getinternalinfo.php">SolrException::getInternalInfo</a> — Returns internal information where the Exception was thrown</li></ul></li><li><a href="class.solrclientexception.php">SolrClientException</a> — The SolrClientException class<ul class="chunklist chunklist_book chunklist_children"><li><a href="solrclientexception.getinternalinfo.php">SolrClientException::getInternalInfo</a> — Returns internal information where the Exception was thrown</li></ul></li><li><a href="class.solrserverexception.php">SolrServerException</a> — The SolrServerException class<ul class="chunklist chunklist_book chunklist_children"><li><a href="solrserverexception.getinternalinfo.php">SolrServerException::getInternalInfo</a> — Returns internal information where the Exception was thrown</li></ul></li><li><a href="class.solrillegalargumentexception.php">SolrIllegalArgumentException</a> — The SolrIllegalArgumentException class<ul class="chunklist chunklist_book chunklist_children"><li><a href="solrillegalargumentexception.getinternalinfo.php">SolrIllegalArgumentException::getInternalInfo</a> — Returns internal information where the Exception was thrown</li></ul></li><li><a href="class.solrillegaloperationexception.php">SolrIllegalOperationException</a> — The SolrIllegalOperationException class<ul class="chunklist chunklist_book chunklist_children"><li><a href="solrillegaloperationexception.getinternalinfo.php">SolrIllegalOperationException::getInternalInfo</a> — Returns internal information where the Exception was thrown</li></ul></li><li><a href="class.solrmissingmandatoryparameterexception.php">SolrMissingMandatoryParameterException</a> — The SolrMissingMandatoryParameterException class</li></ul></div><?php manual_footer($setup); ?>