SolrCollapseFunction::setHint

(PECL solr >= 2.2.0)

SolrCollapseFunction::setHintSets collapse hint

说明

public SolrCollapseFunction::setHint(string $hint): SolrCollapseFunction

Sets collapse hint

参数

hint

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

示例

示例 #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