<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.solr.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'class.solrquery.php',
    1 => 'SolrQuery',
    2 => 'La classe SolrQuery',
  ),
  'up' => 
  array (
    0 => 'book.solr.php',
    1 => 'Solr',
  ),
  'prev' => 
  array (
    0 => 'solrmodifiableparams.destruct.php',
    1 => 'SolrModifiableParams::__destruct',
  ),
  'next' => 
  array (
    0 => 'solrquery.addexpandfilterquery.php',
    1 => 'SolrQuery::addExpandFilterQuery',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/solr/solrquery.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/class.solrquery.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="class.solrquery" class="reference">
 
 <h1 class="title">La classe SolrQuery</h1>
 
 
 <div class="partintro"><p class="verinfo">(PECL solr &gt;= 0.9.2)</p>
  
  
  <div class="section" id="solrquery.intro">
   <h2 class="title">Introduction</h2>
   <p class="para">
    Représente une collection de paires nom-valeur envoyées au serveur
    Solr lors d&#039;une requête.
   </p>
  </div>
  
  
  <div class="section" id="solrquery.synopsis">
   <h2 class="title">Synopsis de la classe</h2>
   
   
   <div class="classsynopsis">
    <span class="ooclass"><strong class="classname"></strong></span>
    
    
    <div class="classsynopsisinfo">
     <span class="ooclass">
      <span class="modifier">class</span> <strong class="classname">SolrQuery</strong>
     </span>
     
     <span class="ooclass">
      <span class="modifier">extends</span>
       <a href="class.solrmodifiableparams.php" class="classname">SolrModifiableParams</a>
     </span>
     
     <span class="oointerface"><span class="modifier">implements</span> 
       <a href="class.serializable.php" class="interfacename">Serializable</a></span> {</div>
    
    <div class="classsynopsisinfo classsynopsisinfo_comment">/* Constantes */</div>
    <div class="fieldsynopsis">
     <span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.solrquery.php#solrquery.constants.order-asc"><var class="varname">ORDER_ASC</var></a></var><span class="initializer"> = 0</span>;</div>

    <div class="fieldsynopsis"><span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.solrquery.php#solrquery.constants.order-desc"><var class="varname">ORDER_DESC</var></a></var><span class="initializer"> = 1</span>;</div>

    <div class="fieldsynopsis"><span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.solrquery.php#solrquery.constants.facet-sort-index"><var class="varname">FACET_SORT_INDEX</var></a></var><span class="initializer"> = 0</span>;</div>

    <div class="fieldsynopsis"><span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.solrquery.php#solrquery.constants.facet-sort-count"><var class="varname">FACET_SORT_COUNT</var></a></var><span class="initializer"> = 1</span>;</div>

    <div class="fieldsynopsis"><span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.solrquery.php#solrquery.constants.terms-sort-index"><var class="varname">TERMS_SORT_INDEX</var></a></var><span class="initializer"> = 0</span>;</div>

    <div class="fieldsynopsis"><span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.solrquery.php#solrquery.constants.terms-sort-count"><var class="varname">TERMS_SORT_COUNT</var></a></var><span class="initializer"> = 1</span>;</div>

    
    <div class="classsynopsisinfo classsynopsisinfo_comment">/* Propriétés */</div>
    
    
    <div class="classsynopsisinfo classsynopsisinfo_comment">/* Méthodes */</div>
    <div class="constructorsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><a href="solrquery.construct.php" class="methodname">__construct</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$q</code><span class="initializer"> = ?</span></span>)</div>

    <div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.addexpandfilterquery.php" class="methodname">addExpandFilterQuery</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$fq</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.addexpandsortfield.php" class="methodname">addExpandSortField</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$order</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.addfacetdatefield.php" class="methodname">addFacetDateField</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$dateField</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.addfacetdateother.php" class="methodname">addFacetDateOther</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$value</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field_override</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.addfacetfield.php" class="methodname">addFacetField</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.addfacetquery.php" class="methodname">addFacetQuery</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$facetQuery</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.addfield.php" class="methodname">addField</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.addfilterquery.php" class="methodname">addFilterQuery</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$fq</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.addgroupfield.php" class="methodname">addGroupField</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$value</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.addgroupfunction.php" class="methodname">addGroupFunction</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$value</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.addgroupquery.php" class="methodname">addGroupQuery</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$value</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.addgroupsortfield.php" class="methodname">addGroupSortField</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field</code></span>, <span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$order</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.addhighlightfield.php" class="methodname">addHighlightField</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.addmltfield.php" class="methodname">addMltField</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.addmltqueryfield.php" class="methodname">addMltQueryField</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field</code></span>, <span class="methodparam"><span class="type"><a href="language.types.float.php" class="type float">float</a></span> <code class="parameter">$boost</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.addsortfield.php" class="methodname">addSortField</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field</code></span>, <span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$order</code><span class="initializer"> = SolrQuery::ORDER_DESC</span></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.addstatsfacet.php" class="methodname">addStatsFacet</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.addstatsfield.php" class="methodname">addStatsField</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.collapse.php" class="methodname">collapse</a></span>(<span class="methodparam"><span class="type"><a href="class.solrcollapsefunction.php" class="type SolrCollapseFunction">SolrCollapseFunction</a></span> <code class="parameter">$collapseFunction</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getexpand.php" class="methodname">getExpand</a></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getexpandfilterqueries.php" class="methodname">getExpandFilterQueries</a></span>(): <span class="type"><a href="language.types.array.php" class="type array">array</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getexpandquery.php" class="methodname">getExpandQuery</a></span>(): <span class="type"><a href="language.types.array.php" class="type array">array</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getexpandrows.php" class="methodname">getExpandRows</a></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getexpandsortfields.php" class="methodname">getExpandSortFields</a></span>(): <span class="type"><a href="language.types.array.php" class="type array">array</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getfacet.php" class="methodname">getFacet</a></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getfacetdateend.php" class="methodname">getFacetDateEnd</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field_override</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getfacetdatefields.php" class="methodname">getFacetDateFields</a></span>(): <span class="type"><a href="language.types.array.php" class="type array">array</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getfacetdategap.php" class="methodname">getFacetDateGap</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field_override</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getfacetdatehardend.php" class="methodname">getFacetDateHardEnd</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field_override</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getfacetdateother.php" class="methodname">getFacetDateOther</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field_override</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="language.types.array.php" class="type array">array</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getfacetdatestart.php" class="methodname">getFacetDateStart</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field_override</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getfacetfields.php" class="methodname">getFacetFields</a></span>(): <span class="type"><a href="language.types.array.php" class="type array">array</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getfacetlimit.php" class="methodname">getFacetLimit</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field_override</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getfacetmethod.php" class="methodname">getFacetMethod</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field_override</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getfacetmincount.php" class="methodname">getFacetMinCount</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field_override</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getfacetmissing.php" class="methodname">getFacetMissing</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field_override</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getfacetoffset.php" class="methodname">getFacetOffset</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field_override</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getfacetprefix.php" class="methodname">getFacetPrefix</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field_override</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getfacetqueries.php" class="methodname">getFacetQueries</a></span>(): <span class="type"><a href="language.types.array.php" class="type array">array</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getfacetsort.php" class="methodname">getFacetSort</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field_override</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getfields.php" class="methodname">getFields</a></span>(): <span class="type"><a href="language.types.array.php" class="type array">array</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getfilterqueries.php" class="methodname">getFilterQueries</a></span>(): <span class="type"><a href="language.types.array.php" class="type array">array</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getgroup.php" class="methodname">getGroup</a></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getgroupcachepercent.php" class="methodname">getGroupCachePercent</a></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getgroupfacet.php" class="methodname">getGroupFacet</a></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getgroupfields.php" class="methodname">getGroupFields</a></span>(): <span class="type"><a href="language.types.array.php" class="type array">array</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getgroupformat.php" class="methodname">getGroupFormat</a></span>(): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getgroupfunctions.php" class="methodname">getGroupFunctions</a></span>(): <span class="type"><a href="language.types.array.php" class="type array">array</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getgrouplimit.php" class="methodname">getGroupLimit</a></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getgroupmain.php" class="methodname">getGroupMain</a></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getgroupngroups.php" class="methodname">getGroupNGroups</a></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getgroupoffset.php" class="methodname">getGroupOffset</a></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getgroupqueries.php" class="methodname">getGroupQueries</a></span>(): <span class="type"><a href="language.types.array.php" class="type array">array</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getgroupsortfields.php" class="methodname">getGroupSortFields</a></span>(): <span class="type"><a href="language.types.array.php" class="type array">array</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getgrouptruncate.php" class="methodname">getGroupTruncate</a></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.gethighlight.php" class="methodname">getHighlight</a></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.gethighlightalternatefield.php" class="methodname">getHighlightAlternateField</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field_override</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.gethighlightfields.php" class="methodname">getHighlightFields</a></span>(): <span class="type"><a href="language.types.array.php" class="type array">array</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.gethighlightformatter.php" class="methodname">getHighlightFormatter</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field_override</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.gethighlightfragmenter.php" class="methodname">getHighlightFragmenter</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field_override</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.gethighlightfragsize.php" class="methodname">getHighlightFragsize</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field_override</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.gethighlighthighlightmultiterm.php" class="methodname">getHighlightHighlightMultiTerm</a></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.gethighlightmaxalternatefieldlength.php" class="methodname">getHighlightMaxAlternateFieldLength</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field_override</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.gethighlightmaxanalyzedchars.php" class="methodname">getHighlightMaxAnalyzedChars</a></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.gethighlightmergecontiguous.php" class="methodname">getHighlightMergeContiguous</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field_override</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.gethighlightquery.php" class="methodname">getHighlightQuery</a></span>(): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.gethighlightregexmaxanalyzedchars.php" class="methodname">getHighlightRegexMaxAnalyzedChars</a></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.gethighlightregexpattern.php" class="methodname">getHighlightRegexPattern</a></span>(): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.gethighlightregexslop.php" class="methodname">getHighlightRegexSlop</a></span>(): <span class="type"><a href="language.types.float.php" class="type float">float</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.gethighlightrequirefieldmatch.php" class="methodname">getHighlightRequireFieldMatch</a></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.gethighlightsimplepost.php" class="methodname">getHighlightSimplePost</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field_override</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.gethighlightsimplepre.php" class="methodname">getHighlightSimplePre</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field_override</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.gethighlightsnippets.php" class="methodname">getHighlightSnippets</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field_override</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.gethighlightusephrasehighlighter.php" class="methodname">getHighlightUsePhraseHighlighter</a></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getmlt.php" class="methodname">getMlt</a></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getmltboost.php" class="methodname">getMltBoost</a></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getmltcount.php" class="methodname">getMltCount</a></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getmltfields.php" class="methodname">getMltFields</a></span>(): <span class="type"><a href="language.types.array.php" class="type array">array</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getmltmaxnumqueryterms.php" class="methodname">getMltMaxNumQueryTerms</a></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getmltmaxnumtokens.php" class="methodname">getMltMaxNumTokens</a></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getmltmaxwordlength.php" class="methodname">getMltMaxWordLength</a></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getmltmindocfrequency.php" class="methodname">getMltMinDocFrequency</a></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getmltmintermfrequency.php" class="methodname">getMltMinTermFrequency</a></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getmltminwordlength.php" class="methodname">getMltMinWordLength</a></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getmltqueryfields.php" class="methodname">getMltQueryFields</a></span>(): <span class="type"><a href="language.types.array.php" class="type array">array</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getquery.php" class="methodname">getQuery</a></span>(): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getrows.php" class="methodname">getRows</a></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getsortfields.php" class="methodname">getSortFields</a></span>(): <span class="type"><a href="language.types.array.php" class="type array">array</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getstart.php" class="methodname">getStart</a></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getstats.php" class="methodname">getStats</a></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getstatsfacets.php" class="methodname">getStatsFacets</a></span>(): <span class="type"><a href="language.types.array.php" class="type array">array</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getstatsfields.php" class="methodname">getStatsFields</a></span>(): <span class="type"><a href="language.types.array.php" class="type array">array</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.getterms.php" class="methodname">getTerms</a></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.gettermsfield.php" class="methodname">getTermsField</a></span>(): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.gettermsincludelowerbound.php" class="methodname">getTermsIncludeLowerBound</a></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.gettermsincludeupperbound.php" class="methodname">getTermsIncludeUpperBound</a></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.gettermslimit.php" class="methodname">getTermsLimit</a></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.gettermslowerbound.php" class="methodname">getTermsLowerBound</a></span>(): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.gettermsmaxcount.php" class="methodname">getTermsMaxCount</a></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.gettermsmincount.php" class="methodname">getTermsMinCount</a></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.gettermsprefix.php" class="methodname">getTermsPrefix</a></span>(): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.gettermsreturnraw.php" class="methodname">getTermsReturnRaw</a></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.gettermssort.php" class="methodname">getTermsSort</a></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.gettermsupperbound.php" class="methodname">getTermsUpperBound</a></span>(): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.gettimeallowed.php" class="methodname">getTimeAllowed</a></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.removeexpandfilterquery.php" class="methodname">removeExpandFilterQuery</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$fq</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.removeexpandsortfield.php" class="methodname">removeExpandSortField</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.removefacetdatefield.php" class="methodname">removeFacetDateField</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.removefacetdateother.php" class="methodname">removeFacetDateOther</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$value</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field_override</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.removefacetfield.php" class="methodname">removeFacetField</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.removefacetquery.php" class="methodname">removeFacetQuery</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$value</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.removefield.php" class="methodname">removeField</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.removefilterquery.php" class="methodname">removeFilterQuery</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$fq</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.removehighlightfield.php" class="methodname">removeHighlightField</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.removemltfield.php" class="methodname">removeMltField</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.removemltqueryfield.php" class="methodname">removeMltQueryField</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$queryField</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.removesortfield.php" class="methodname">removeSortField</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.removestatsfacet.php" class="methodname">removeStatsFacet</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$value</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.removestatsfield.php" class="methodname">removeStatsField</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.setechohandler.php" class="methodname">setEchoHandler</a></span>(<span class="methodparam"><span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span> <code class="parameter">$flag</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.setechoparams.php" class="methodname">setEchoParams</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$type</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.setexpand.php" class="methodname">setExpand</a></span>(<span class="methodparam"><span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span> <code class="parameter">$value</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.setexpandquery.php" class="methodname">setExpandQuery</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$q</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.setexpandrows.php" class="methodname">setExpandRows</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$value</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.setexplainother.php" class="methodname">setExplainOther</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$query</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.setfacet.php" class="methodname">setFacet</a></span>(<span class="methodparam"><span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span> <code class="parameter">$flag</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.setfacetdateend.php" class="methodname">setFacetDateEnd</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$value</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field_override</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.setfacetdategap.php" class="methodname">setFacetDateGap</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$value</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field_override</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.setfacetdatehardend.php" class="methodname">setFacetDateHardEnd</a></span>(<span class="methodparam"><span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span> <code class="parameter">$value</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field_override</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.setfacetdatestart.php" class="methodname">setFacetDateStart</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$value</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field_override</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.setfacetenumcachemindefaultfrequency.php" class="methodname">setFacetEnumCacheMinDefaultFrequency</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$frequency</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field_override</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.setfacetlimit.php" class="methodname">setFacetLimit</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$limit</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field_override</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.setfacetmethod.php" class="methodname">setFacetMethod</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$method</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field_override</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.setfacetmincount.php" class="methodname">setFacetMinCount</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$mincount</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field_override</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.setfacetmissing.php" class="methodname">setFacetMissing</a></span>(<span class="methodparam"><span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span> <code class="parameter">$flag</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field_override</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.setfacetoffset.php" class="methodname">setFacetOffset</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$offset</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field_override</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.setfacetprefix.php" class="methodname">setFacetPrefix</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$prefix</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field_override</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.setfacetsort.php" class="methodname">setFacetSort</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$facetSort</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field_override</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.setgroup.php" class="methodname">setGroup</a></span>(<span class="methodparam"><span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span> <code class="parameter">$value</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.setgroupcachepercent.php" class="methodname">setGroupCachePercent</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$percent</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.setgroupfacet.php" class="methodname">setGroupFacet</a></span>(<span class="methodparam"><span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span> <code class="parameter">$value</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.setgroupformat.php" class="methodname">setGroupFormat</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$value</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.setgrouplimit.php" class="methodname">setGroupLimit</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$value</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.setgroupmain.php" class="methodname">setGroupMain</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$value</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.setgroupngroups.php" class="methodname">setGroupNGroups</a></span>(<span class="methodparam"><span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span> <code class="parameter">$value</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.setgroupoffset.php" class="methodname">setGroupOffset</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$value</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.setgrouptruncate.php" class="methodname">setGroupTruncate</a></span>(<span class="methodparam"><span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span> <code class="parameter">$value</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.sethighlight.php" class="methodname">setHighlight</a></span>(<span class="methodparam"><span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span> <code class="parameter">$flag</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.sethighlightalternatefield.php" class="methodname">setHighlightAlternateField</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field_override</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.sethighlightformatter.php" class="methodname">setHighlightFormatter</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$formatter</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field_override</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.sethighlightfragmenter.php" class="methodname">setHighlightFragmenter</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$fragmenter</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field_override</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.sethighlightfragsize.php" class="methodname">setHighlightFragsize</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$size</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field_override</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.sethighlighthighlightmultiterm.php" class="methodname">setHighlightHighlightMultiTerm</a></span>(<span class="methodparam"><span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span> <code class="parameter">$flag</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.sethighlightmaxalternatefieldlength.php" class="methodname">setHighlightMaxAlternateFieldLength</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$fieldLength</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field_override</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.sethighlightmaxanalyzedchars.php" class="methodname">setHighlightMaxAnalyzedChars</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$value</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.sethighlightmergecontiguous.php" class="methodname">setHighlightMergeContiguous</a></span>(<span class="methodparam"><span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span> <code class="parameter">$flag</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field_override</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.sethighlightquery.php" class="methodname">setHighlightQuery</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$q</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.sethighlightregexmaxanalyzedchars.php" class="methodname">setHighlightRegexMaxAnalyzedChars</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$maxAnalyzedChars</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.sethighlightregexpattern.php" class="methodname">setHighlightRegexPattern</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$value</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.sethighlightregexslop.php" class="methodname">setHighlightRegexSlop</a></span>(<span class="methodparam"><span class="type"><a href="language.types.float.php" class="type float">float</a></span> <code class="parameter">$factor</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.sethighlightrequirefieldmatch.php" class="methodname">setHighlightRequireFieldMatch</a></span>(<span class="methodparam"><span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span> <code class="parameter">$flag</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.sethighlightsimplepost.php" class="methodname">setHighlightSimplePost</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$simplePost</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field_override</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.sethighlightsimplepre.php" class="methodname">setHighlightSimplePre</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$simplePre</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field_override</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.sethighlightsnippets.php" class="methodname">setHighlightSnippets</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$value</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$field_override</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.sethighlightusephrasehighlighter.php" class="methodname">setHighlightUsePhraseHighlighter</a></span>(<span class="methodparam"><span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span> <code class="parameter">$flag</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.setmlt.php" class="methodname">setMlt</a></span>(<span class="methodparam"><span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span> <code class="parameter">$flag</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.setmltboost.php" class="methodname">setMltBoost</a></span>(<span class="methodparam"><span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span> <code class="parameter">$flag</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.setmltcount.php" class="methodname">setMltCount</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$count</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.setmltmaxnumqueryterms.php" class="methodname">setMltMaxNumQueryTerms</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$value</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.setmltmaxnumtokens.php" class="methodname">setMltMaxNumTokens</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$value</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.setmltmaxwordlength.php" class="methodname">setMltMaxWordLength</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$maxWordLength</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.setmltmindocfrequency.php" class="methodname">setMltMinDocFrequency</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$minDocFrequency</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.setmltmintermfrequency.php" class="methodname">setMltMinTermFrequency</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$minTermFrequency</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.setmltminwordlength.php" class="methodname">setMltMinWordLength</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$minWordLength</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.setomitheader.php" class="methodname">setOmitHeader</a></span>(<span class="methodparam"><span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span> <code class="parameter">$flag</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.setquery.php" class="methodname">setQuery</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$query</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.setrows.php" class="methodname">setRows</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$rows</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.setshowdebuginfo.php" class="methodname">setShowDebugInfo</a></span>(<span class="methodparam"><span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span> <code class="parameter">$flag</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.setstart.php" class="methodname">setStart</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$start</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.setstats.php" class="methodname">setStats</a></span>(<span class="methodparam"><span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span> <code class="parameter">$flag</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.setterms.php" class="methodname">setTerms</a></span>(<span class="methodparam"><span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span> <code class="parameter">$flag</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.settermsfield.php" class="methodname">setTermsField</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$fieldname</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.settermsincludelowerbound.php" class="methodname">setTermsIncludeLowerBound</a></span>(<span class="methodparam"><span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span> <code class="parameter">$flag</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.settermsincludeupperbound.php" class="methodname">setTermsIncludeUpperBound</a></span>(<span class="methodparam"><span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span> <code class="parameter">$flag</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.settermslimit.php" class="methodname">setTermsLimit</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$limit</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.settermslowerbound.php" class="methodname">setTermsLowerBound</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$lowerBound</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.settermsmaxcount.php" class="methodname">setTermsMaxCount</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$frequency</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.settermsmincount.php" class="methodname">setTermsMinCount</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$frequency</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.settermsprefix.php" class="methodname">setTermsPrefix</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$prefix</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.settermsreturnraw.php" class="methodname">setTermsReturnRaw</a></span>(<span class="methodparam"><span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span> <code class="parameter">$flag</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.settermssort.php" class="methodname">setTermsSort</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$sortType</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.settermsupperbound.php" class="methodname">setTermsUpperBound</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$upperBound</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.settimeallowed.php" class="methodname">setTimeAllowed</a></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$timeAllowed</code></span>): <span class="type"><a href="class.solrquery.php" class="type SolrQuery">SolrQuery</a></span></div>

    <div class="destructorsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrquery.destruct.php" class="methodname">__destruct</a></span>()</div>

    
    <div class="classsynopsisinfo classsynopsisinfo_comment">/* Méthodes héritées */</div>
    <div class="constructorsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrmodifiableparams.construct.php" class="methodname">SolrModifiableParams::__construct</a></span>()</div>

    <div class="destructorsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="solrmodifiableparams.destruct.php" class="methodname">SolrModifiableParams::__destruct</a></span>()</div>

    
   }</div>
   
   
  </div>
  
  
  
  <div class="section" id="solrquery.constants">
   <h2 class="title">Constantes pré-définies</h2>
   <dl>
    
    
     <dt id="solrquery.constants.order-asc"><strong><code><a href="class.solrquery.php#solrquery.constants.order-asc">SolrQuery::ORDER_ASC</a></code></strong></dt>
     <dd>
      <p class="para">Utilisé pour spécifier une direction croissante du tri.</p>
     </dd>
    
    
    
     <dt id="solrquery.constants.order-desc"><strong><code><a href="class.solrquery.php#solrquery.constants.order-desc">SolrQuery::ORDER_DESC</a></code></strong></dt>
     <dd>
      <p class="para">Utilisé pour spécifier une direction décroissante du tri.</p>
     </dd>
    
    
    
     <dt id="solrquery.constants.facet-sort-index"><strong><code><a href="class.solrquery.php#solrquery.constants.facet-sort-index">SolrQuery::FACET_SORT_INDEX</a></code></strong></dt>
     <dd>
      <p class="para">Utilisé pour spécifier que la facette doit être triée par son index</p>
     </dd>
    
    
    
     <dt id="solrquery.constants.facet-sort-count"><strong><code><a href="class.solrquery.php#solrquery.constants.facet-sort-count">SolrQuery::FACET_SORT_COUNT</a></code></strong></dt>
     <dd>
      <p class="para">Utilisé pour spécifier que la facette doit être triée par son total.</p>
     </dd>
    
    
    
     <dt id="solrquery.constants.terms-sort-index"><strong><code><a href="class.solrquery.php#solrquery.constants.terms-sort-index">SolrQuery::TERMS_SORT_INDEX</a></code></strong></dt>
     <dd>
      <p class="para">Utilisé dans TermsComponent</p>
     </dd>
    
    
    
     <dt id="solrquery.constants.terms-sort-count"><strong><code><a href="class.solrquery.php#solrquery.constants.terms-sort-count">SolrQuery::TERMS_SORT_COUNT</a></code></strong></dt>
     <dd>
      <p class="para">Utilisé dans TermsComponent</p>
     </dd>
    
    
   </dl>
  </div>
  
  
  
 </div>
 
 



































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































 
<h2>Sommaire</h2><ul class="chunklist chunklist_reference"><li><a href="solrquery.addexpandfilterquery.php">SolrQuery::addExpandFilterQuery</a> — Surcharge la requ&ecirc;te de filtre principale, d&eacute;termine quels documents inclure dans le groupe principal</li><li><a href="solrquery.addexpandsortfield.php">SolrQuery::addExpandSortField</a> — Trie les documents dans les groupes &eacute;tendus (param&egrave;tre expand.sort)</li><li><a href="solrquery.addfacetdatefield.php">SolrQuery::addFacetDateField</a> — Lie un facet.date</li><li><a href="solrquery.addfacetdateother.php">SolrQuery::addFacetDateOther</a> — Ajoute une autre param&egrave;tre facet.date.other</li><li><a href="solrquery.addfacetfield.php">SolrQuery::addFacetField</a> — Ajoute un autre champ &agrave; la facette</li><li><a href="solrquery.addfacetquery.php">SolrQuery::addFacetQuery</a> — Ajoute une requ&ecirc;te de facette</li><li><a href="solrquery.addfield.php">SolrQuery::addField</a> — Sp&eacute;cifie quel champ doit retourner le r&eacute;sultat</li><li><a href="solrquery.addfilterquery.php">SolrQuery::addFilterQuery</a> — Sp&eacute;cifie un filtre de requ&ecirc;te</li><li><a href="solrquery.addgroupfield.php">SolrQuery::addGroupField</a> — Ajoute un champ &agrave; utiliser pour grouper les r&eacute;sultats</li><li><a href="solrquery.addgroupfunction.php">SolrQuery::addGroupFunction</a> — Permet de grouper les r&eacute;sultats en fonction des valeurs uniques d'une requ&ecirc;te de fonction (param&egrave;tre group.func)</li><li><a href="solrquery.addgroupquery.php">SolrQuery::addGroupQuery</a> — Permet de grouper les documents qui correspondent &agrave; la requ&ecirc;te donn&eacute;e</li><li><a href="solrquery.addgroupsortfield.php">SolrQuery::addGroupSortField</a> — Ajoute un champ de tri de groupe (param&egrave;tre group.sort)</li><li><a href="solrquery.addhighlightfield.php">SolrQuery::addHighlightField</a> — Lie un hl.fl</li><li><a href="solrquery.addmltfield.php">SolrQuery::addMltField</a> — Sp&eacute;cifie un champ &agrave; utiliser pour les similitudes</li><li><a href="solrquery.addmltqueryfield.php">SolrQuery::addMltQueryField</a> — Lie un mlt.qf</li><li><a href="solrquery.addsortfield.php">SolrQuery::addSortField</a> — Utilis&eacute; pour contr&ocirc;ler le tri du r&eacute;sultat</li><li><a href="solrquery.addstatsfacet.php">SolrQuery::addStatsFacet</a> — R&eacute;cup&egrave;re un sous r&eacute;sultat pour y trouver des valeurs d'une facette donn&eacute;e</li><li><a href="solrquery.addstatsfield.php">SolrQuery::addStatsField</a> — Lie un param&egrave;tre stats.field</li><li><a href="solrquery.collapse.php">SolrQuery::collapse</a> — R&eacute;duit le r&eacute;sultat &agrave; un seul document par groupe</li><li><a href="solrquery.construct.php">SolrQuery::__construct</a> — Constructeur</li><li><a href="solrquery.destruct.php">SolrQuery::__destruct</a> — Destructeur</li><li><a href="solrquery.getexpand.php">SolrQuery::getExpand</a> — Renvoie true si l'extension de groupe est activ&eacute;e</li><li><a href="solrquery.getexpandfilterqueries.php">SolrQuery::getExpandFilterQueries</a> — Renvoie les requ&ecirc;tes de filtre d'extension</li><li><a href="solrquery.getexpandquery.php">SolrQuery::getExpandQuery</a> — Renvoie le param&egrave;tre de requ&ecirc;te d'extension expand.q</li><li><a href="solrquery.getexpandrows.php">SolrQuery::getExpandRows</a> — Renvoie le nombre de lignes &agrave; afficher dans chaque groupe (expand.rows)</li><li><a href="solrquery.getexpandsortfields.php">SolrQuery::getExpandSortFields</a> — Renvoie un tableau de champs</li><li><a href="solrquery.getfacet.php">SolrQuery::getFacet</a> — Retourne la valeur du param&egrave;tre de facette</li><li><a href="solrquery.getfacetdateend.php">SolrQuery::getFacetDateEnd</a> — Retourne la valeur du param&egrave;tre facet.date.end</li><li><a href="solrquery.getfacetdatefields.php">SolrQuery::getFacetDateFields</a> — Retourne tous les champs facet.date</li><li><a href="solrquery.getfacetdategap.php">SolrQuery::getFacetDateGap</a> — R&eacute;cup&egrave;re la valeur du param&egrave;tre facet.date.gap</li><li><a href="solrquery.getfacetdatehardend.php">SolrQuery::getFacetDateHardEnd</a> — R&eacute;cup&egrave;re la valeur du param&egrave;tre facet.date.hardend</li><li><a href="solrquery.getfacetdateother.php">SolrQuery::getFacetDateOther</a> — R&eacute;cup&egrave;re la valeur du param&egrave;tre facet.date.other</li><li><a href="solrquery.getfacetdatestart.php">SolrQuery::getFacetDateStart</a> — R&eacute;cup&egrave;re la limite inf&eacute;rieure du premier intervalle de la date pour toutes les facettes de date pour ce champ</li><li><a href="solrquery.getfacetfields.php">SolrQuery::getFacetFields</a> — R&eacute;cup&egrave;re toutes les facettes des champs</li><li><a href="solrquery.getfacetlimit.php">SolrQuery::getFacetLimit</a> — R&eacute;cup&egrave;re le nombre maximal de contraintes qui peut &ecirc;tre retourn&eacute; pour les facettes des champs</li><li><a href="solrquery.getfacetmethod.php">SolrQuery::getFacetMethod</a> — R&eacute;cup&egrave;re la valeur du param&egrave;tre facet.method</li><li><a href="solrquery.getfacetmincount.php">SolrQuery::getFacetMinCount</a> — R&eacute;cup&egrave;re le nombre minimal de facettes des champs qui doivent &ecirc;tre incluses dans la r&eacute;ponse</li><li><a href="solrquery.getfacetmissing.php">SolrQuery::getFacetMissing</a> — R&eacute;cup&egrave;re l'&eacute;tat courant du param&egrave;tre facet.missing</li><li><a href="solrquery.getfacetoffset.php">SolrQuery::getFacetOffset</a> — R&eacute;cup&egrave;re la position dans la liste des contraintes &agrave; utiliser pour la pagination</li><li><a href="solrquery.getfacetprefix.php">SolrQuery::getFacetPrefix</a> — R&eacute;cup&egrave;re le pr&eacute;fixe de la facette</li><li><a href="solrquery.getfacetqueries.php">SolrQuery::getFacetQueries</a> — R&eacute;cup&egrave;re toutes les facettes des requ&ecirc;tes</li><li><a href="solrquery.getfacetsort.php">SolrQuery::getFacetSort</a> — Retourne le type de tri de la facette</li><li><a href="solrquery.getfields.php">SolrQuery::getFields</a> — R&eacute;cup&egrave;re la liste des champs qui seront retourn&eacute;s dans la r&eacute;ponse</li><li><a href="solrquery.getfilterqueries.php">SolrQuery::getFilterQueries</a> — R&eacute;cup&egrave;re un tableau de filtres de requ&ecirc;tes</li><li><a href="solrquery.getgroup.php">SolrQuery::getGroup</a> — Renvoie si le regroupement est activ&eacute;</li><li><a href="solrquery.getgroupcachepercent.php">SolrQuery::getGroupCachePercent</a> — Renvoie la valeur du pourcentage de cache de groupe</li><li><a href="solrquery.getgroupfacet.php">SolrQuery::getGroupFacet</a> — Renvoie la valeur du param&egrave;tre group.facet</li><li><a href="solrquery.getgroupfields.php">SolrQuery::getGroupFields</a> — Renvoie les champs de groupe (valeurs du param&egrave;tre group.field)</li><li><a href="solrquery.getgroupformat.php">SolrQuery::getGroupFormat</a> — Renvoie la valeur de group.format</li><li><a href="solrquery.getgroupfunctions.php">SolrQuery::getGroupFunctions</a> — Renvoie les fonctions de groupe (valeurs du param&egrave;tre group.func)</li><li><a href="solrquery.getgrouplimit.php">SolrQuery::getGroupLimit</a> — Renvoie la valeur de group.limit</li><li><a href="solrquery.getgroupmain.php">SolrQuery::getGroupMain</a> — Renvoie la valeur de group.main</li><li><a href="solrquery.getgroupngroups.php">SolrQuery::getGroupNGroups</a> — Renvoie la valeur de group.ngroups</li><li><a href="solrquery.getgroupoffset.php">SolrQuery::getGroupOffset</a> — Renvoie la valeur de group.offset</li><li><a href="solrquery.getgroupqueries.php">SolrQuery::getGroupQueries</a> — Renvoie toutes les valeurs du param&egrave;tres group.query</li><li><a href="solrquery.getgroupsortfields.php">SolrQuery::getGroupSortFields</a> — Renvoie la valeur de group.sort</li><li><a href="solrquery.getgrouptruncate.php">SolrQuery::getGroupTruncate</a> — Renvoie la valeur de group.truncate</li><li><a href="solrquery.gethighlight.php">SolrQuery::getHighlight</a> — R&eacute;cup&egrave;re l'&eacute;tat du param&egrave;tre h1</li><li><a href="solrquery.gethighlightalternatefield.php">SolrQuery::getHighlightAlternateField</a> — R&eacute;cup&egrave;re le champ mis en &eacute;vidence &agrave; utiliser comme champ par d&eacute;faut ou comme champ de sauvegarde</li><li><a href="solrquery.gethighlightfields.php">SolrQuery::getHighlightFields</a> — R&eacute;cup&egrave;re tous les champs pour lesquels Solr doit mettre en &eacute;vidence un extrait</li><li><a href="solrquery.gethighlightformatter.php">SolrQuery::getHighlightFormatter</a> — R&eacute;cup&egrave;re le formatage utilis&eacute; pour mettre en &eacute;vidence la sortie</li><li><a href="solrquery.gethighlightfragmenter.php">SolrQuery::getHighlightFragmenter</a> — R&eacute;cup&egrave;re le g&eacute;n&eacute;rateur d'extrait de texte pour la mise en &eacute;vidence</li><li><a href="solrquery.gethighlightfragsize.php">SolrQuery::getHighlightFragsize</a> — Retourne le nombre de caract&egrave;res des fragments &agrave; consid&eacute;rer pour la mise en &eacute;vidence</li><li><a href="solrquery.gethighlighthighlightmultiterm.php">SolrQuery::getHighlightHighlightMultiTerm</a> — Retourne si l'on doit activer la mise en &eacute;vidence pour les intervalles/jokers/flous/pr&eacute;fixes des requ&ecirc;tes</li><li><a href="solrquery.gethighlightmaxalternatefieldlength.php">SolrQuery::getHighlightMaxAlternateFieldLength</a> — Retourne le nombre maximal de caract&egrave;res du champ &agrave; retourner</li><li><a href="solrquery.gethighlightmaxanalyzedchars.php">SolrQuery::getHighlightMaxAnalyzedChars</a> — Retourne le nombre maximal de caract&egrave;res du document dans lequel les extraits seront cherch&eacute;s</li><li><a href="solrquery.gethighlightmergecontiguous.php">SolrQuery::getHighlightMergeContiguous</a> — Retourne si l'on doit rassembler les fragments contigus en un seul fragment</li><li><a href="solrquery.gethighlightquery.php">SolrQuery::getHighlightQuery</a> — Renvoie la requ&ecirc;te de mise en &eacute;vidence (hl.q)</li><li><a href="solrquery.gethighlightregexmaxanalyzedchars.php">SolrQuery::getHighlightRegexMaxAnalyzedChars</a> — Retourne le nombre maximal de caract&egrave;res depuis un champ lors de l'utilisation d'une regex</li><li><a href="solrquery.gethighlightregexpattern.php">SolrQuery::getHighlightRegexPattern</a> — R&eacute;cup&egrave;re l'expression rationnelle utilis&eacute;e pour la fragmentation</li><li><a href="solrquery.gethighlightregexslop.php">SolrQuery::getHighlightRegexSlop</a> — R&eacute;cup&egrave;re le facteur de d&eacute;viation depuis la taille du fragment id&eacute;al</li><li><a href="solrquery.gethighlightrequirefieldmatch.php">SolrQuery::getHighlightRequireFieldMatch</a> — Retourne si le champ ne doit &ecirc;tre mis en &eacute;vidence que si la requ&ecirc;te correspond &agrave; un champ en particulier</li><li><a href="solrquery.gethighlightsimplepost.php">SolrQuery::getHighlightSimplePost</a> — R&eacute;cup&egrave;re le texte qui doit appara&icirc;tre apr&egrave;s le terme mise en &eacute;vidence</li><li><a href="solrquery.gethighlightsimplepre.php">SolrQuery::getHighlightSimplePre</a> — Retourne le texte qui doit appara&icirc;tre avant le terme mise en &eacute;vidence</li><li><a href="solrquery.gethighlightsnippets.php">SolrQuery::getHighlightSnippets</a> — R&eacute;cup&egrave;re le nombre maximal d'extraits mis en &eacute;vidence &agrave; g&eacute;n&eacute;rer par champ</li><li><a href="solrquery.gethighlightusephrasehighlighter.php">SolrQuery::getHighlightUsePhraseHighlighter</a> — R&eacute;cup&egrave;re l'&eacute;tat du param&egrave;tre hl.usePhraseHighlighter</li><li><a href="solrquery.getmlt.php">SolrQuery::getMlt</a> — Retourne si les r&eacute;sultats MoreLikeThis doivent &ecirc;tre activ&eacute;s</li><li><a href="solrquery.getmltboost.php">SolrQuery::getMltBoost</a> — Retourne si la requ&ecirc;te doit &ecirc;tre am&eacute;lior&eacute;e en utilisant la pertinence des termes</li><li><a href="solrquery.getmltcount.php">SolrQuery::getMltCount</a> — R&eacute;cup&egrave;re le nombre de documents similaires &agrave; retourner pour chaque r&eacute;sultat</li><li><a href="solrquery.getmltfields.php">SolrQuery::getMltFields</a> — R&eacute;cup&egrave;re tous les champs &agrave; utiliser pour la similarit&eacute;</li><li><a href="solrquery.getmltmaxnumqueryterms.php">SolrQuery::getMltMaxNumQueryTerms</a> — Retourne le nombre maximal de termes de requ&ecirc;te qui peuvent &ecirc;tre inclus lors de la g&eacute;n&eacute;ration d'une requ&ecirc;te</li><li><a href="solrquery.getmltmaxnumtokens.php">SolrQuery::getMltMaxNumTokens</a> — Retourne le nombre maximal de jokers &agrave; analyser dans chaque champ du document</li><li><a href="solrquery.getmltmaxwordlength.php">SolrQuery::getMltMaxWordLength</a> — Retourne la longueur minimale des mots en de&ccedil;&agrave; de laquelle ils seront ignor&eacute;s</li><li><a href="solrquery.getmltmindocfrequency.php">SolrQuery::getMltMinDocFrequency</a> — Retourne le seuil de fr&eacute;quence d'apparition des mots</li><li><a href="solrquery.getmltmintermfrequency.php">SolrQuery::getMltMinTermFrequency</a> — Retourne la fr&eacute;quence en de&ccedil;&agrave; de laquelle les termes doivent &ecirc;tre ignor&eacute;s dans le document source</li><li><a href="solrquery.getmltminwordlength.php">SolrQuery::getMltMinWordLength</a> — Retourne la longueur minimum d'un mot en de&ccedil;&agrave; duquel il sera ignor&eacute;</li><li><a href="solrquery.getmltqueryfields.php">SolrQuery::getMltQueryFields</a> — Retourne les champs de la requ&ecirc;te ainsi que leurs boosts</li><li><a href="solrquery.getquery.php">SolrQuery::getQuery</a> — Retourne la requ&ecirc;te principale</li><li><a href="solrquery.getrows.php">SolrQuery::getRows</a> — Retourne le nombre maximal de documents</li><li><a href="solrquery.getsortfields.php">SolrQuery::getSortFields</a> — Retourne tous les champs de tri</li><li><a href="solrquery.getstart.php">SolrQuery::getStart</a> — Retourne la position dans le jeu complet de r&eacute;sultats</li><li><a href="solrquery.getstats.php">SolrQuery::getStats</a> — V&eacute;rifie si les statistiques sont actives ou non</li><li><a href="solrquery.getstatsfacets.php">SolrQuery::getStatsFacets</a> — Retourne toutes les statistiques d&eacute;finies</li><li><a href="solrquery.getstatsfields.php">SolrQuery::getStatsFields</a> — Retourne les statistiques des champs</li><li><a href="solrquery.getterms.php">SolrQuery::getTerms</a> — V&eacute;rifie si le TermsComponent est activ&eacute; ou non</li><li><a href="solrquery.gettermsfield.php">SolrQuery::getTermsField</a> — R&eacute;cup&egrave;re le champ depuis lequel les termes sont r&eacute;cup&eacute;r&eacute;s</li><li><a href="solrquery.gettermsincludelowerbound.php">SolrQuery::getTermsIncludeLowerBound</a> — V&eacute;rifie si l'on doit inclure ou non la limite inf&eacute;rieure dans le jeu de r&eacute;sultats</li><li><a href="solrquery.gettermsincludeupperbound.php">SolrQuery::getTermsIncludeUpperBound</a> — V&eacute;rifie si l'on doit inclure ou non la limite sup&eacute;rieure dans le jeu de r&eacute;sultats</li><li><a href="solrquery.gettermslimit.php">SolrQuery::getTermsLimit</a> — Retourne le nombre maximal de termes que Solr peut retourner</li><li><a href="solrquery.gettermslowerbound.php">SolrQuery::getTermsLowerBound</a> — Retourne le terme sur lequel on doit commencer</li><li><a href="solrquery.gettermsmaxcount.php">SolrQuery::getTermsMaxCount</a> — Retourne la fr&eacute;quence maximale des documents</li><li><a href="solrquery.gettermsmincount.php">SolrQuery::getTermsMinCount</a> — Retourne la fr&eacute;quence minimale des documents</li><li><a href="solrquery.gettermsprefix.php">SolrQuery::getTermsPrefix</a> — Retourne le pr&eacute;fixe du terme</li><li><a href="solrquery.gettermsreturnraw.php">SolrQuery::getTermsReturnRaw</a> — Si l'on doit retourner ou non les caract&egrave;res brutes</li><li><a href="solrquery.gettermssort.php">SolrQuery::getTermsSort</a> — Retourne un entier indiquant le nombre de termes stock&eacute;s</li><li><a href="solrquery.gettermsupperbound.php">SolrQuery::getTermsUpperBound</a> — Retourne le terme sur lequel on doit s'arr&ecirc;ter</li><li><a href="solrquery.gettimeallowed.php">SolrQuery::getTimeAllowed</a> — Retourne le d&eacute;lai d'ex&eacute;cution autoris&eacute; pour une requ&ecirc;te</li><li><a href="solrquery.removeexpandfilterquery.php">SolrQuery::removeExpandFilterQuery</a> — Supprime une requ&ecirc;te de filtre d'extension</li><li><a href="solrquery.removeexpandsortfield.php">SolrQuery::removeExpandSortField</a> — Supprime un champ de tri d'extension du param&egrave;tre expand.sort</li><li><a href="solrquery.removefacetdatefield.php">SolrQuery::removeFacetDateField</a> — Supprime un champ date</li><li><a href="solrquery.removefacetdateother.php">SolrQuery::removeFacetDateOther</a> — Supprime un param&egrave;tre facet.date.other</li><li><a href="solrquery.removefacetfield.php">SolrQuery::removeFacetField</a> — Supprime un param&egrave;tre facet.date</li><li><a href="solrquery.removefacetquery.php">SolrQuery::removeFacetQuery</a> — Supprime un param&egrave;tre facet.query</li><li><a href="solrquery.removefield.php">SolrQuery::removeField</a> — Efface un champ depuis la liste des champs</li><li><a href="solrquery.removefilterquery.php">SolrQuery::removeFilterQuery</a> — Supprime un filtre de requ&ecirc;te</li><li><a href="solrquery.removehighlightfield.php">SolrQuery::removeHighlightField</a> — Supprime un des champs utilis&eacute;s pour la mise en &eacute;vidence</li><li><a href="solrquery.removemltfield.php">SolrQuery::removeMltField</a> — Supprime un des champs moreLikeThis</li><li><a href="solrquery.removemltqueryfield.php">SolrQuery::removeMltQueryField</a> — Supprime un des champs moreLikeThis de la requ&ecirc;te</li><li><a href="solrquery.removesortfield.php">SolrQuery::removeSortField</a> — Supprime un champ de tri</li><li><a href="solrquery.removestatsfacet.php">SolrQuery::removeStatsFacet</a> — Supprime un param&egrave;tre stats.facet</li><li><a href="solrquery.removestatsfield.php">SolrQuery::removeStatsField</a> — Supprime un param&egrave;tre stats.field</li><li><a href="solrquery.setechohandler.php">SolrQuery::setEchoHandler</a> — Bascule le param&egrave;tre echoHandler</li><li><a href="solrquery.setechoparams.php">SolrQuery::setEchoParams</a> — D&eacute;termine les param&egrave;tres &agrave; inclure dans la r&eacute;ponse</li><li><a href="solrquery.setexpand.php">SolrQuery::setExpand</a> — Active/d&eacute;sactive le composant Expand</li><li><a href="solrquery.setexpandquery.php">SolrQuery::setExpandQuery</a> — D&eacute;finit le param&egrave;tre expand.q</li><li><a href="solrquery.setexpandrows.php">SolrQuery::setExpandRows</a> — D&eacute;finit le nombre de lignes &agrave; afficher dans chaque groupe (expand.rows). Valeur par d&eacute;faut du serveur 5</li><li><a href="solrquery.setexplainother.php">SolrQuery::setExplainOther</a> — D&eacute;finit le param&egrave;tre de requ&ecirc;te explainOther</li><li><a href="solrquery.setfacet.php">SolrQuery::setFacet</a> — Lie un param&egrave;tre facet. Active ou d&eacute;sactive les facettes</li><li><a href="solrquery.setfacetdateend.php">SolrQuery::setFacetDateEnd</a> — Lie un facet.date.end</li><li><a href="solrquery.setfacetdategap.php">SolrQuery::setFacetDateGap</a> — Lie un facet.date.gap</li><li><a href="solrquery.setfacetdatehardend.php">SolrQuery::setFacetDateHardEnd</a> — Lie un facet.date.hardend</li><li><a href="solrquery.setfacetdatestart.php">SolrQuery::setFacetDateStart</a> — Lie un facet.date.start</li><li><a href="solrquery.setfacetenumcachemindefaultfrequency.php">SolrQuery::setFacetEnumCacheMinDefaultFrequency</a> — D&eacute;finit la fr&eacute;quence minimale du document utilis&eacute;e pour d&eacute;terminer le comptage des termes</li><li><a href="solrquery.setfacetlimit.php">SolrQuery::setFacetLimit</a> — Lie un facet.limit</li><li><a href="solrquery.setfacetmethod.php">SolrQuery::setFacetMethod</a> — Sp&eacute;cifie le type d'algorithme &agrave; utiliser pour un champ facet</li><li><a href="solrquery.setfacetmincount.php">SolrQuery::setFacetMinCount</a> — Lie un facet.mincount</li><li><a href="solrquery.setfacetmissing.php">SolrQuery::setFacetMissing</a> — Lie un facet.missing</li><li><a href="solrquery.setfacetoffset.php">SolrQuery::setFacetOffset</a> — D&eacute;finit la position dans la liste des contraintes pour la pagination</li><li><a href="solrquery.setfacetprefix.php">SolrQuery::setFacetPrefix</a> — Sp&eacute;cifie un pr&eacute;fixe utilis&eacute; pour limiter les termes</li><li><a href="solrquery.setfacetsort.php">SolrQuery::setFacetSort</a> — D&eacute;termine le tri des facet</li><li><a href="solrquery.setgroup.php">SolrQuery::setGroup</a> — Active/d&eacute;sactive le regroupement des r&eacute;sultats (param&egrave;tre group)</li><li><a href="solrquery.setgroupcachepercent.php">SolrQuery::setGroupCachePercent</a> — D&eacute;finit le pourcentage de cache pour le regroupement des r&eacute;sultats</li><li><a href="solrquery.setgroupfacet.php">SolrQuery::setGroupFacet</a> — D&eacute;finit le param&egrave;tre group.facet</li><li><a href="solrquery.setgroupformat.php">SolrQuery::setGroupFormat</a> — D&eacute;finit le format de groupe, la structure de r&eacute;sultat (param&egrave;tre group.format)</li><li><a href="solrquery.setgrouplimit.php">SolrQuery::setGroupLimit</a> — Sp&eacute;cifie le nombre de r&eacute;sultats &agrave; retourner pour chaque groupe. Valeur par d&eacute;faut du serveur 1</li><li><a href="solrquery.setgroupmain.php">SolrQuery::setGroupMain</a> — Si vrai, le r&eacute;sultat de la premi&egrave;re commande de regroupement de champ est utilis&eacute; comme liste de r&eacute;sultats principale dans la r&eacute;ponse, en utilisant group.format=simple</li><li><a href="solrquery.setgroupngroups.php">SolrQuery::setGroupNGroups</a> — Si vrai, Solr inclut le nombre de groupes qui ont correspondu &agrave; la requ&ecirc;te dans les r&eacute;sultats</li><li><a href="solrquery.setgroupoffset.php">SolrQuery::setGroupOffset</a> — D&eacute;finit le param&egrave;tre group.offset</li><li><a href="solrquery.setgrouptruncate.php">SolrQuery::setGroupTruncate</a> — Si vrai, les comptes de facettes sont bas&eacute;s sur le document le plus pertinent de chaque groupe correspondant &agrave; la requ&ecirc;te</li><li><a href="solrquery.sethighlight.php">SolrQuery::setHighlight</a> — Active ou d&eacute;sactive la coloration</li><li><a href="solrquery.sethighlightalternatefield.php">SolrQuery::setHighlightAlternateField</a> — Sp&eacute;cifie le champ de sauvegarde &agrave; utiliser</li><li><a href="solrquery.sethighlightformatter.php">SolrQuery::setHighlightFormatter</a> — Sp&eacute;cifie un formateur pour la sortie coloris&eacute;e</li><li><a href="solrquery.sethighlightfragmenter.php">SolrQuery::setHighlightFragmenter</a> — D&eacute;finit un g&eacute;n&eacute;rateur d'extraits de texte pour le texte coloris&eacute;</li><li><a href="solrquery.sethighlightfragsize.php">SolrQuery::setHighlightFragsize</a> — La taille du fragment &agrave; consid&eacute;rer pour la coloration</li><li><a href="solrquery.sethighlighthighlightmultiterm.php">SolrQuery::setHighlightHighlightMultiTerm</a> — Utilise SpanScorer pour coloriser les termes d'une phrase</li><li><a href="solrquery.sethighlightmaxalternatefieldlength.php">SolrQuery::setHighlightMaxAlternateFieldLength</a> — D&eacute;finit le nombre maximal de caract&egrave;res du champ &agrave; retourner</li><li><a href="solrquery.sethighlightmaxanalyzedchars.php">SolrQuery::setHighlightMaxAnalyzedChars</a> — Sp&eacute;cifie le nombre de caract&egrave;res dans un document pour y chercher des extraits correspondants</li><li><a href="solrquery.sethighlightmergecontiguous.php">SolrQuery::setHighlightMergeContiguous</a> — Si l'on doit rassembler les fragments proches dans un seul fragment</li><li><a href="solrquery.sethighlightquery.php">SolrQuery::setHighlightQuery</a> — Une requ&ecirc;te d&eacute;sign&eacute;e pour la mise en &eacute;vidence (hl.q)</li><li><a href="solrquery.sethighlightregexmaxanalyzedchars.php">SolrQuery::setHighlightRegexMaxAnalyzedChars</a> — Sp&eacute;cifie le nombre maximal de caract&egrave;res &agrave; analyser</li><li><a href="solrquery.sethighlightregexpattern.php">SolrQuery::setHighlightRegexPattern</a> — Sp&eacute;cifie l'expression rationnelle pour la fragmentation</li><li><a href="solrquery.sethighlightregexslop.php">SolrQuery::setHighlightRegexSlop</a> — D&eacute;finit le facteur par lequel le fragmenteur regex peut d&eacute;vier de la taille id&eacute;ale du fragment</li><li><a href="solrquery.sethighlightrequirefieldmatch.php">SolrQuery::setHighlightRequireFieldMatch</a> — Champ correspondant requis lors de la colorisation</li><li><a href="solrquery.sethighlightsimplepost.php">SolrQuery::setHighlightSimplePost</a> — D&eacute;finit le texte qui doit appara&icirc;tre apr&egrave;s un terme coloris&eacute;</li><li><a href="solrquery.sethighlightsimplepre.php">SolrQuery::setHighlightSimplePre</a> — D&eacute;finit le texte qui doit appara&icirc;tre avant un terme coloris&eacute;</li><li><a href="solrquery.sethighlightsnippets.php">SolrQuery::setHighlightSnippets</a> — D&eacute;finit le nombre maximal d'extraits &agrave; coloriser par champ</li><li><a href="solrquery.sethighlightusephrasehighlighter.php">SolrQuery::setHighlightUsePhraseHighlighter</a> — Si l'on doit coloriser les termes d'une phrase uniquement s'ils apparaissent dans la requ&ecirc;te</li><li><a href="solrquery.setmlt.php">SolrQuery::setMlt</a> — Active ou d&eacute;sactive moreLikeThis</li><li><a href="solrquery.setmltboost.php">SolrQuery::setMltBoost</a> — Si la requ&ecirc;te doit &ecirc;tre stimul&eacute;e par la pertinence des termes</li><li><a href="solrquery.setmltcount.php">SolrQuery::setMltCount</a> — D&eacute;finit le nombre de documents similaires &agrave; retourner &agrave; chaque r&eacute;sultat</li><li><a href="solrquery.setmltmaxnumqueryterms.php">SolrQuery::setMltMaxNumQueryTerms</a> — D&eacute;finit le nombre maximal de termes de requ&ecirc;te &agrave; inclure</li><li><a href="solrquery.setmltmaxnumtokens.php">SolrQuery::setMltMaxNumTokens</a> — Sp&eacute;cifie le nombre maximal de motifs &agrave; analyser</li><li><a href="solrquery.setmltmaxwordlength.php">SolrQuery::setMltMaxWordLength</a> — D&eacute;finit la longueur maximale d'un mot</li><li><a href="solrquery.setmltmindocfrequency.php">SolrQuery::setMltMinDocFrequency</a> — D&eacute;finit la fr&eacute;quence mltMinDoc</li><li><a href="solrquery.setmltmintermfrequency.php">SolrQuery::setMltMinTermFrequency</a> — D&eacute;finit la fr&eacute;quence en dessous de laquelle les termes seront ignor&eacute;s dans le document source</li><li><a href="solrquery.setmltminwordlength.php">SolrQuery::setMltMinWordLength</a> — D&eacute;finit la longueur minimale d'un mot</li><li><a href="solrquery.setomitheader.php">SolrQuery::setOmitHeader</a> — Exclut l'en-t&ecirc;te des r&eacute;sultats retourn&eacute;s</li><li><a href="solrquery.setquery.php">SolrQuery::setQuery</a> — D&eacute;finit la requ&ecirc;te de recherche</li><li><a href="solrquery.setrows.php">SolrQuery::setRows</a> — Sp&eacute;cifie le nombre maximal de lignes &agrave; retourner dans le r&eacute;sultat</li><li><a href="solrquery.setshowdebuginfo.php">SolrQuery::setShowDebugInfo</a> — Drapeau pour afficher les informations de d&eacute;bogage</li><li><a href="solrquery.setstart.php">SolrQuery::setStart</a> — Sp&eacute;cifie le nombre maximal de lignes &agrave; ignorer</li><li><a href="solrquery.setstats.php">SolrQuery::setStats</a> — Active ou d&eacute;sactive le composant statistique</li><li><a href="solrquery.setterms.php">SolrQuery::setTerms</a> — Active ou d&eacute;sactive le TermsComponent</li><li><a href="solrquery.settermsfield.php">SolrQuery::setTermsField</a> — D&eacute;finit le nom du champ dans lequel les termes seront r&eacute;cup&eacute;r&eacute;s</li><li><a href="solrquery.settermsincludelowerbound.php">SolrQuery::setTermsIncludeLowerBound</a> — Inclut le terme inf&eacute;rieure li&eacute;e dans le jeu de r&eacute;sultat</li><li><a href="solrquery.settermsincludeupperbound.php">SolrQuery::setTermsIncludeUpperBound</a> — Inclut le terme sup&eacute;rieure li&eacute;e dans le jeu de r&eacute;sultat</li><li><a href="solrquery.settermslimit.php">SolrQuery::setTermsLimit</a> — D&eacute;finit le nombre maximal de termes &agrave; retourner</li><li><a href="solrquery.settermslowerbound.php">SolrQuery::setTermsLowerBound</a> — Sp&eacute;cifie le terme de d&eacute;part</li><li><a href="solrquery.settermsmaxcount.php">SolrQuery::setTermsMaxCount</a> — D&eacute;finit la fr&eacute;quence maximale du document</li><li><a href="solrquery.settermsmincount.php">SolrQuery::setTermsMinCount</a> — D&eacute;finit la fr&eacute;quence minimale d'un document</li><li><a href="solrquery.settermsprefix.php">SolrQuery::setTermsPrefix</a> — Restreint les termes correspondants qui commencent avec un pr&eacute;fixe donn&eacute;</li><li><a href="solrquery.settermsreturnraw.php">SolrQuery::setTermsReturnRaw</a> — Retourne les caract&egrave;res brutes d'un terme index&eacute;</li><li><a href="solrquery.settermssort.php">SolrQuery::setTermsSort</a> — Sp&eacute;cifie la fa&ccedil;on dont seront tri&eacute;s les termes retourn&eacute;s</li><li><a href="solrquery.settermsupperbound.php">SolrQuery::setTermsUpperBound</a> — D&eacute;finit le terme &agrave; partir duquel on doit stopper</li><li><a href="solrquery.settimeallowed.php">SolrQuery::setTimeAllowed</a> — Le temps allou&eacute;e pour faire une recherche</li></ul>
</div>
<?php manual_footer($setup); ?>