[ https://issues.apache.org/jira/browse/LUCENE-2202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Philipp Nanz updated LUCENE-2202: --------------------------------- Attachment: TestCase.java Added Junit4 testcase that exhibits the problem. > PhraseQuery will not find hits containing stop words when StandardAnalyzer > with 2.9 or 3.0 semantics is used > ------------------------------------------------------------------------------------------------------------ > > Key: LUCENE-2202 > URL: https://issues.apache.org/jira/browse/LUCENE-2202 > Project: Lucene - Java > Issue Type: Bug > Components: Analysis > Affects Versions: 3.0 > Environment: JRE6 > Reporter: Philipp Nanz > Attachments: TestCase.java > > > When you add a document with an analyzed field containing a stopword to the > index using standardanalyzer, the behaviour will be inconsistent depending on > which version semantics where used with StandardAnalyzer. > Using 2.4 semantics the document can subsequently be found using PhraseQuery. > Using the very same test with 2.9 or 3.0 semantics will fail. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org