[
https://issues.apache.org/jira/browse/LUCENE-396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Busch resolved LUCENE-396.
----------------------------------
Resolution: Duplicate
Assignee: (was: Lucene Developers)
See LUCENE-1095.
> [PATCH] Add position increment back into StopFilter
> ---------------------------------------------------
>
> Key: LUCENE-396
> URL: https://issues.apache.org/jira/browse/LUCENE-396
> Project: Lucene - Java
> Issue Type: Bug
> Components: Analysis
> Affects Versions: 1.4
> Environment: Operating System: other
> Platform: All
> Reporter: Mike Barry
> Priority: Minor
> Attachments: StopFilter.patch, TestStopFilter.java,
> TestStopFilter.java
>
>
> Currently, if you index a document that contains "climate of change", then a
> phrase query of "climate change" will return that document because StopFilter
> does not increment a token's position when skipping stopwords. A patch was
> initially applied to StopFilter in Nov of 2003 but then reverted in Dec of
> 2003
> due to conflicts. PhraseQuery has since been modified and extend and the patch
> can be re-applied.
--
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]