GitHub user bdelbosc opened a pull request:

    https://github.com/apache/lucene-solr/pull/208

    Fix FrenchMinimalStemmer so it does not truncate numbers

    The FrenchMinimalStemmer is removing any double character at the end of a 
word when a word size is greater than 5. This is wrong for non letter 
character, for instance 123455 is stemmed into 12345.
    Fixing by doing the same check as in FrenchLightStemmer.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/bdelbosc/lucene-solr trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/lucene-solr/pull/208.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #208
    
----
commit 115c1e9613125193d37619e7634e3962ebc916d8
Author: Benoit Delbosc <bdelb...@nuxeo.com>
Date:   2015-11-06T14:45:37Z

    Fix FrenchMinimalStemmer so it does not truncate numbers

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to