Sets Trigram Phrase Slop (ps3 parameter)
$slop
slop
Phrase slop
SolrDisMaxQuery
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