SolrCollapseFunction::setHint

(PECL solr >= 2.2.0)

SolrCollapseFunction::setHintSets collapse hint

Opis

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

Sets collapse hint

Parametry

hint

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

Zwracane wartości

SolrCollapseFunction

Przykłady

Przykład #1 SolrCollapseFunction::setHint() example

<?php

/* ... */

?>

Powyższy przykład wyświetli coś podobnego do:

...
add a note add a note

User Contributed Notes

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