(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
1 2 3 4 5 | <?php /* ... */ ?> |
The above example will output something similar to:
...
Please login to continue.