SolrCollapseFunction::setHint

(PECL solr >= 2.2.0)

SolrCollapseFunction::setHintSets collapse hint

Опис

public SolrCollapseFunction SolrCollapseFunction::setHint ( string $hint )

Sets collapse hint

Параметри

hint

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

Значення, що повертаються

SolrCollapseFunction

Приклади

Приклад #1 SolrCollapseFunction::setHint() example

<?php

/* ... */

?>

Наведений вище приклад виведе щось подібне до:

...
add a note add a note

User Contributed Notes

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