GoLang SolrQuery::setGroupTruncate

request it (316)
GoLang replacement for PHP's SolrQuery::setGroupTruncate [edit | history]



Do you know a GoLang replacement for PHP's SolrQuery::setGroupTruncate? Write it!

PHP SolrQuery::setGroupTruncate

PHP original manual for SolrQuery::setGroupTruncate [ show | php.net ]

SolrQuery::setGroupTruncate

(PECL solr >= 2.2.0)

SolrQuery::setGroupTruncateIf true, facet counts are based on the most relevant document of each group matching the query

Description

public SolrQuery SolrQuery::setGroupTruncate ( bool $value )

If true, facet counts are based on the most relevant document of each group matching the query. The server default value is false. group.truncate parameter

Parameters

value

Return Values

See Also