(Não há informação de versão disponível, talvez apenas no SVN)
SolrDisMaxQuery::setQueryPhraseSlop — specifies the amount of slop permitted on phrase queries explicitly included in the user's query string (qf parameter)
The Query Phrase Slop is the amount of slop permitted on phrase queries explicitly included in the user's query string with the qf parameter.
slop refers to the number of positions one token needs to be moved in relation to another token in order to match a phrase specified in a query.
slop
Amount of slop
Exemplo #1 SolrDisMaxQuery::setQueryPhraseSlop() example
<?php
$dismaxQuery = new SolrDisMaxQuery();
$dismaxQuery->setQueryPhraseSlop(3);
echo $dismaxQuery;
?>
O exemplo acima irá imprimir algo similar à:
defType=edismax&qs=3