<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.solrquery.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'solrquery.setgroupcachepercent.php',
    1 => 'SolrQuery::setGroupCachePercent',
    2 => 'Enables caching for result grouping',
  ),
  'up' => 
  array (
    0 => 'class.solrquery.php',
    1 => 'SolrQuery',
  ),
  'prev' => 
  array (
    0 => 'solrquery.setgroup.php',
    1 => 'SolrQuery::setGroup',
  ),
  'next' => 
  array (
    0 => 'solrquery.setgroupfacet.php',
    1 => 'SolrQuery::setGroupFacet',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/solr/solrquery/setgroupcachepercent.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="solrquery.setgroupcachepercent" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">SolrQuery::setGroupCachePercent</h1>
  <p class="verinfo">(PECL solr &gt;= 2.2.0)</p><p class="refpurpose"><span class="refname">SolrQuery::setGroupCachePercent</span> &mdash; <span class="dc-title">Enables caching for result grouping</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-solrquery.setgroupcachepercent-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>SolrQuery::setGroupCachePercent</strong></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>

  <p class="para rdfs-comment">
    Setting this parameter to a number greater than 0 enables caching for result grouping.
    Result Grouping executes two searches; this option caches the second search. The server default value is 0.
    
    Testing has shown that group caching only improves search time with Boolean, wildcard, and fuzzy queries. For simple queries like term or &quot;match all&quot; queries, group caching degrades performance.
    group.cache.percent parameter
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-solrquery.setgroupcachepercent-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <dl>
   
    <dt><code class="parameter">percent</code></dt>
    <dd>
     <p class="para">
      
     </p>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-solrquery.setgroupcachepercent-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="para">
   
  </p>
 </div>

 
 <div class="refsect1 errors" id="refsect1-solrquery.setgroupcachepercent-errors">
  <h3 class="title">Hatalar/İstisnalar</h3>
  <p class="para">
   Emits <span class="classname"><a href="class.solrillegalargumentexception.php" class="classname">SolrIllegalArgumentException</a></span> in case of an invalid parameter was passed.
  </p>
 </div>

 
 <div class="refsect1 seealso" id="refsect1-solrquery.setgroupcachepercent-seealso">
  <h3 class="title">Ayrıca Bakınız</h3>
  <ul class="simplelist">
   <li><span class="methodname"><a href="solrquery.setgroup.php" class="methodname" rel="rdfs-seeAlso">SolrQuery::setGroup()</a> - Enable/Disable result grouping (group parameter)</span></li>
   <li><span class="methodname"><a href="solrquery.addgroupfield.php" class="methodname" rel="rdfs-seeAlso">SolrQuery::addGroupField()</a> - Add a field to be used to group results</span></li>
   <li><span class="methodname"><a href="solrquery.addgroupfunction.php" class="methodname" rel="rdfs-seeAlso">SolrQuery::addGroupFunction()</a> - Allows grouping results based on the unique values of a function query (group.func parameter)</span></li>
   <li><span class="methodname"><a href="solrquery.addgroupquery.php" class="methodname" rel="rdfs-seeAlso">SolrQuery::addGroupQuery()</a> - Allows grouping of documents that match the given query</span></li>
   <li><span class="methodname"><a href="solrquery.addgroupsortfield.php" class="methodname" rel="rdfs-seeAlso">SolrQuery::addGroupSortField()</a> - Add a group sort field (group.sort parameter)</span></li>
   <li><span class="methodname"><a href="solrquery.setgroupfacet.php" class="methodname" rel="rdfs-seeAlso">SolrQuery::setGroupFacet()</a> - Sets group.facet parameter</span></li>
   <li><span class="methodname"><a href="solrquery.setgroupoffset.php" class="methodname" rel="rdfs-seeAlso">SolrQuery::setGroupOffset()</a> - Sets the group.offset parameter</span></li>
   <li><span class="methodname"><a href="solrquery.setgrouplimit.php" class="methodname" rel="rdfs-seeAlso">SolrQuery::setGroupLimit()</a> - Specifies the number of results to return for each group. The server default value is 1</span></li>
   <li><span class="methodname"><a href="solrquery.setgroupmain.php" class="methodname" rel="rdfs-seeAlso">SolrQuery::setGroupMain()</a> - If true, the result of the first field grouping command is used as the main result list in the response, using group.format=simple</span></li>
   <li><span class="methodname"><a href="solrquery.setgroupngroups.php" class="methodname" rel="rdfs-seeAlso">SolrQuery::setGroupNGroups()</a> - If true, Solr includes the number of groups that have matched the query in the results</span></li>
   <li><span class="methodname"><a href="solrquery.setgrouptruncate.php" class="methodname" rel="rdfs-seeAlso">SolrQuery::setGroupTruncate()</a> - If true, facet counts are based on the most relevant document of each group matching the query</span></li>
   <li><span class="methodname"><a href="solrquery.setgroupformat.php" class="methodname" rel="rdfs-seeAlso">SolrQuery::setGroupFormat()</a> - Sets the group format, result structure (group.format parameter)</span></li>
  </ul>
 </div>

 
</div><?php manual_footer($setup); ?>