(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
Example #1 SolrDisMaxQuery::setTrigramPhraseSlop() example
<?php$dismaxQuery = new SolrDisMaxQuery('lucene');$dismaxQuery->setTrigramPhraseSlop(2);echo $dismaxQuery.PHP_EOL;?>
The above example will output something similar to:
q=lucene&defType=edismax&ps3=2