You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Erick Tryzelaar (JIRA)" <ji...@apache.org> on 2015/07/28 17:15:05 UTC

[jira] [Created] (SOLR-7841) solradmin's query browser incorrectly renders docs with large ID large numbers

Erick Tryzelaar created SOLR-7841:
-------------------------------------

             Summary: solradmin's query browser incorrectly renders docs with large ID large numbers
                 Key: SOLR-7841
                 URL: https://issues.apache.org/jira/browse/SOLR-7841
             Project: Solr
          Issue Type: Bug
          Components: web gui
    Affects Versions: 4.10.4
            Reporter: Erick Tryzelaar


JavaScript JSON engines parse integers as a floating point number. This causes problems for documents a large id, such as {{38585496994725888}}, which gets cast into the floating point number {{38585496994725890}}. This means that one cannot reliably copy an id from a {{*:*}} query and search for it with {{id:...}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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