[
https://issues.apache.org/jira/browse/LUCENE-3980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13253469#comment-13253469
]
Robert Muir commented on LUCENE-3980:
-------------------------------------
Have you seen the documentation of slop in phrasequery?
{noformat}
The slop is in fact an edit-distance, where the units correspond to
moves of terms in the query phrase out of position. For example, to switch
the order of two words requires two moves (the first move places the words
atop one another), so to permit re-orderings of phrases, the slop must be
at least two.
{noformat}
> Word order seems to affect proximity searching
> ----------------------------------------------
>
> Key: LUCENE-3980
> URL: https://issues.apache.org/jira/browse/LUCENE-3980
> Project: Lucene - Java
> Issue Type: Bug
> Components: core/search
> Reporter: Ian Pooley
> Priority: Minor
>
> It would appear that the order of words within a search query affects a
> proximity search.
> For instance, for the text "The proximity operator seems to match differently
> based on word order", a match is found for "proximity order"~8 but is not
> found for "order proximity"~8. In order for the latter to find a match, it
> needs to be changed to "order proximity"~10.
> Both the text and the query are processed using
> org.apache.lucene.analysis.standard.StandardAnalyzer.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]