You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by bu...@apache.org on 2005/06/16 19:39:43 UTC

DO NOT REPLY [Bug 35388] New: - [PATCH] Add position increment back into StopFilter

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=35388>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35388

           Summary: [PATCH] Add position increment back into StopFilter
           Product: Lucene
           Version: 1.4
          Platform: All
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Analysis
        AssignedTo: lucene-dev@jakarta.apache.org
        ReportedBy: mbarry@cos.com


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.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org