GitHub user smartprix opened a pull request:

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

    WordDelimiterFilter - Don't split words marked as keyword

    Currently WordDelimiterFilter also splits keywords into tokens. eg. if 
128GB is maked as a keyword using KeywordMarkerFilter, WordDelimiterFilter 
would still split it into 128 and GB, while ideally it should not split as it 
is a keyword.


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

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

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

    https://github.com/apache/lucene-solr/pull/210.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 #210
    
----
commit 50385c79e13c32226e92234b411cf0f2a80cae1b
Author: smartprix <[email protected]>
Date:   2015-11-18T18:45:37Z

    WordDelimiterFilter - Don't split word marked as keyword

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to