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: [email protected]
        ReportedBy: [EMAIL PROTECTED]


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

Reply via email to