SolrDisMaxQuery::setTrigramPhraseSlop
(No version information available, might only be in Git)
SolrDisMaxQuery::setTrigramPhraseSlop — Sets Trigram Phrase Slop (ps3 parameter)
说明
Sets Trigram Phrase Slop (ps3 parameter)
参数
slop
-
Phrase slop
返回值
示例
示例 #1 SolrDisMaxQuery::setTrigramPhraseSlop() example
<?php
$dismaxQuery = new SolrDisMaxQuery('lucene');
$dismaxQuery->setTrigramPhraseSlop(2);
echo $dismaxQuery.PHP_EOL;
?>
以上示例的输出类似于:
q=lucene&defType=edismax&ps3=2
参见
- SolrDisMaxQuery::addTrigramPhraseField() - Adds a Trigram Phrase Field (pf3 parameter)
- SolrDisMaxQuery::removeTrigramPhraseField() - Removes a Trigram Phrase Field (pf3 parameter)
- SolrDisMaxQuery::setTrigramPhraseFields() - Directly Sets Trigram Phrase Fields (pf3 parameter)
+添加备注
用户贡献的备注
此页面尚无用户贡献的备注。
备份地址:http://www.lvesu.com/blog/php/solrdismaxquery.settrigramphraseslop.php