(无版本信息可用,可能仅在 Git 中)
SolrDisMaxQuery::setTrigramPhraseFields — 直接设置三元组短语字段 (pf3 参数)
直接设置三元组短语字段 (pf3 参数)
fields
三元组短语字段
示例 #1 SolrDisMaxQuery::setTrigramPhraseFields() 示例
<?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