AnalysisRequestHandler term value not externalized
--------------------------------------------------

                 Key: SOLR-941
                 URL: https://issues.apache.org/jira/browse/SOLR-941
             Project: Solr
          Issue Type: Bug
          Components: Analysis
    Affects Versions: 1.3
            Reporter: Erik Hatcher
            Assignee: Erik Hatcher
             Fix For: 1.4


Analysis request handler outputs the raw term textual value, rather than 
externalizing it for client usability.  

For example, 
                  <field name="price">399.00</field>

when price is an sfloat, returns:

   <str name="value">Ã౸#0;</str>

For the string text to be useful to a client, it needs to be toExternal'ed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to