PHP » GoLang |
login |
register |
about
|
GoLang SolrQuery::setGroupCachePercent
request it (379)
GoLang replacement for PHP's SolrQuery::setGroupCachePercent
[edit | history]
PHP SolrQuery::setGroupCachePercentPHP original manual for SolrQuery::setGroupCachePercent [ show | php.net ]SolrQuery::setGroupCachePercent(PECL solr >= 2.2.0) SolrQuery::setGroupCachePercent — Enables caching for result grouping DescriptionSetting 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 "match all" queries, group caching degrades performance. group.cache.percent parameter Parameters
Return Values
Errors/ExceptionsEmits SolrIllegalArgumentException in case of an invalid parameter was passed. See Also
|
more
Recently updated
more
Most requested
more
Last requests
|