PorterStemmer is incorrectly truncating words ending in e
---------------------------------------------------------

                 Key: LUCENE-915
                 URL: https://issues.apache.org/jira/browse/LUCENE-915
             Project: Lucene - Java
          Issue Type: Bug
          Components: Index, QueryParser, Search
    Affects Versions: 1.9
         Environment: Java 1.5 on Mac OS X 10.4.
            Reporter: Paul Curren


Searching for the word 'orange' will result incorrectly in matches for 'orang'.

Likewise, searching for 'apple' will incorrectly match 'appl'

The problem is in step6() of the PorterStemmer class.

-- 
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]

Reply via email to