Sets Bigram Phrase Slop (ps2 parameter)
$slop
Sets Bigram Phrase Slop (ps2 parameter). A default slop for Bigram phrase fields.
slop
SolrDisMaxQuery
Example #1 SolrDisMaxQuery::setBigramPhraseSlop example
<?php$dismaxQuery = new SolrDisMaxQuery('lucene');$dismaxQuery->setBigramPhraseSlop(5);echo $dismaxQuery.PHP_EOL;?>
The above example will output something similar to:
q=lucene&defType=edismax&ps2=5