[ https://issues.apache.org/jira/browse/LUCENE-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502233 ]
Paul Curren commented on LUCENE-915: ------------------------------------ I understand, and thanks for you help. Incidentally, i'm comparing against a commercial search engine which doesn't exhibit this stemming behaviour. They must be using a different or modified algorithm - I don't know which i'm afraid. This is the reason why I raise this as a bug - at the application level (forget about low level components and stemmers for now) there is an unexpected behaviour and it relates to an implementation detail within Lucene (the choice of algorithm). That's all, thanks again. > 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]