You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Mike Sokolov (JIRA)" <ji...@apache.org> on 2018/04/22 20:40:00 UTC

[jira] [Created] (LUCENE-8265) WordDelimiterFilter should pass through terms marked as keywords

Mike Sokolov created LUCENE-8265:
------------------------------------

             Summary: WordDelimiterFilter should pass through terms marked as keywords
                 Key: LUCENE-8265
                 URL: https://issues.apache.org/jira/browse/LUCENE-8265
             Project: Lucene - Core
          Issue Type: Improvement
            Reporter: Mike Sokolov


This will help in cases where some terms containing separator characters should be split, but others should not.  For example, this will enable a filter that identifies things that look like fractions and identifies them as keywords so that 1/2 does not become 12, while doing splitting and joining on terms that look like part numbers containing slashes, eg something like "sn-999123/1" might sometimes be written "sn-999123-1".



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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