SolrCollapseFunction::setHint

(PECL solr >= 2.2.0)

SolrCollapseFunction::setHintSets collapse hint

Description

publicSolrCollapseFunction::setHint(string$hint): SolrCollapseFunction

Sets collapse hint

Parameters

hint

Currently there is only one hint available "top_fc", which stands for top level FieldCache

Examples

Example #1 SolrCollapseFunction::setHint() example

<?php



?>

The above example will output something similar to:

...
To Top