You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Michael McCandless (JIRA)" <ji...@apache.org> on 2017/12/26 21:51:00 UTC

[jira] [Created] (LUCENE-8108) Field class should not let you analyze int values?

Michael McCandless created LUCENE-8108:
------------------------------------------

             Summary: Field class should not let you analyze int values?
                 Key: LUCENE-8108
                 URL: https://issues.apache.org/jira/browse/LUCENE-8108
             Project: Lucene - Core
          Issue Type: Bug
            Reporter: Michael McCandless


I stumbled on this by accident, by creating a {{Field}} instance with a {{Integer}} value for its {{fieldsData}} and then setting {{tokenized = true}} in its {{FieldType}}.

If you do this then Lucene silently converts the int to a string and then tokenizes it, e.g. applying synonyms, etc., if that's what your analysis chain does.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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