Julie Tibshirani created LUCENE-5363:
----------------------------------------

             Summary: Inconsistent behavior for phrase queries with leading 
stopwords 
                 Key: LUCENE-5363
                 URL: https://issues.apache.org/jira/browse/LUCENE-5363
             Project: Lucene - Core
          Issue Type: Bug
          Components: core/search
    Affects Versions: 4.0
            Reporter: Julie Tibshirani


Phrase queries with leading stopwords exhibit inconsistent behavior. For 
example, the phrase query "the president of the united states" matches "hello 
president of the united states", but not "president of the united states".

As far as I can tell, this issue arose in 4.0 when ExactPhraseScorer was 
re-implemented. In 3.0, "the president of the united states" matches both 
"hello of the united states" and "president of the united states".

A test case that triggers the bug is attached.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to