(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう)
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