update pague now
PHP 8.5.2 Released!

SolrCollapseFunction::setHint

(PECL solr >= 2.2.0)

SolrCollapseFunction::setHint Sets collapse hint

Description

public SolrCollapseFunction::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:

...
add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top