(PECL solr >= 2.2.0)
Sets collapse hint
public SolrCollapseFunction SolrCollapseFunction::setHint ( string $hint )
Sets collapse hint
Parameters:
hint
Currently there is only one hint available "top_fc", which stands for top level FieldCache
Returns:
Examples:
SolrCollapseFunction::setHint() example
<?php /* ... */ ?>
The above example will output something similar to:
...
Please login to continue.