You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Yonik Seeley (JIRA)" <ji...@apache.org> on 2015/05/10 03:56:00 UTC

[jira] [Created] (SOLR-7521) Allow indexed numeric field to be retrieved as string index.

Yonik Seeley created SOLR-7521:
----------------------------------

             Summary: Allow indexed numeric field to be retrieved as string index.
                 Key: SOLR-7521
                 URL: https://issues.apache.org/jira/browse/SOLR-7521
             Project: Solr
          Issue Type: Bug
            Reporter: Yonik Seeley


Prior to Lucene 5, a single algorithm / implementation could work across both numeric and string indexed fields.  With the changes to the FieldCache and the introduction of UninvertingReader, this is no longer true.  Code that depends on the FieldCache must now have separate versions for numeric fields vs string/text fields.

This is the root issue behind SOLR-7495, SOLR-7496, and probably others.



--
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