You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Erik Hatcher (JIRA)" <ji...@apache.org> on 2008/12/28 22:28:44 UTC

[jira] Created: (SOLR-941) AnalysisRequestHandler term value not externalized

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.


[jira] Resolved: (SOLR-941) AnalysisRequestHandler term value not externalized

Posted by "Grant Ingersoll (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grant Ingersoll resolved SOLR-941.
----------------------------------

    Resolution: Won't Fix

I believe this is fixed on SOLR-1099, at least on the new code it was.  The code this issue is written for is now deprecated.

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