FieldType can take Object rather then String
--------------------------------------------

                 Key: SOLR-2423
                 URL: https://issues.apache.org/jira/browse/SOLR-2423
             Project: Solr
          Issue Type: Improvement
            Reporter: Ryan McKinley
             Fix For: 4.0


Currently, FieldType takes a String value and converts that to whatever it uses 
internally -- it would be great to be able to pass an Object in directly.  For 
embeded solr, and for UpdateRequestProcessors that wish to reuse objects in 
various fields, this will avoid conversion to and from string.

This is a major API change, so it should only apply to 4.0

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to