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

예제

Example #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