©
This document uses PHP Chinese website manual Release
(No version information available, might only be in Git)
SolrDisMaxQuery::setTrigramPhraseSlop — Sets Trigram Phrase Slop (ps3 parameter)
$slop
)Sets Trigram Phrase Slop (ps3 parameter)
slop
Phrase slop
SolrDisMaxQuery
Example #1 SolrDisMaxQuery::setTrigramPhraseSlop() example
<?php
$dismaxQuery = new SolrDisMaxQuery ( 'lucene' );
$dismaxQuery -> setTrigramPhraseSlop ( 2 );
echo $dismaxQuery . PHP_EOL ;
?>
以上例程的输出类似于:
q=lucene&defType=edismax&ps3=2