SolrDisMaxQuery::setTrigramPhraseFields
(No version information available, might only be in Git)
SolrDisMaxQuery::setTrigramPhraseFields — Directly Sets Trigram Phrase Fields (pf3 parameter)
説明
Directly Sets Trigram Phrase Fields (pf3 parameter)
パラメータ
fields
-
Trigram Phrase Fields
戻り値
例
例1 SolrDisMaxQuery::setTrigramPhraseFields() example
<?php
$dismaxQuery = new SolrDisMaxQuery('lucene');
$dismaxQuery->setTrigramPhraseFields('cat~5.1^2 feature^4.5');
echo $dismaxQuery.PHP_EOL;
?>
上の例の出力は以下となります。
q=lucene&defType=edismax&pf3=cat~5.1^2 feature^4.5
参考
- SolrDisMaxQuery::addTrigramPhraseField() - Adds a Trigram Phrase Field (pf3 parameter)
- SolrDisMaxQuery::removeTrigramPhraseField() - Removes a Trigram Phrase Field (pf3 parameter)
- SolrDisMaxQuery::setTrigramPhraseSlop() - Sets Trigram Phrase Slop (ps3 parameter)
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google