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
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: [email protected]
For additional commands, e-mail: [email protected]