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 2009/08/19 17:35:14 UTC

[jira] Created: (SOLR-1372) Allow FieldAnalysisRequestHandler to get field value from content stream

Allow FieldAnalysisRequestHandler to get field value from content stream
------------------------------------------------------------------------

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


FieldAnalysisRequestHandler currently only allows text to be analyzed to come from the analysis.fieldvalue parameter.  It can be handy to point Solr at a file or URL to get text also using the content stream capability.

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


Re: [jira] Created: (SOLR-1372) Allow FieldAnalysisRequestHandler to get field value from content stream

Posted by Erik Hatcher <er...@gmail.com>.
On Aug 19, 2009, at 11:46 AM, Chris Hostetter wrote:
> : FieldAnalysisRequestHandler currently only allows text to be  
> analyzed to
> : come from the analysis.fieldvalue parameter.  It can be handy to  
> point
> : Solr at a file or URL to get text also using the content stream
> : capability.
>
> Should we remove the analysis.fieldvalue param completely and have  
> people
> use stream.body ?

I thought about that...  doesn't matter to me.  Makes a bit more  
readabilty sense to have analysis.fieldvalue in the simple case.

	Erik


Re: [jira] Created: (SOLR-1372) Allow FieldAnalysisRequestHandler to get field value from content stream

Posted by Chris Hostetter <ho...@fucit.org>.
: FieldAnalysisRequestHandler currently only allows text to be analyzed to 
: come from the analysis.fieldvalue parameter.  It can be handy to point 
: Solr at a file or URL to get text also using the content stream 
: capability.

Should we remove the analysis.fieldvalue param completely and have people 
use stream.body ?



-Hoss


[jira] Resolved: (SOLR-1372) Allow FieldAnalysisRequestHandler to get field value from content stream

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

Erik Hatcher resolved SOLR-1372.
--------------------------------

    Resolution: Fixed

improvement committed.

> Allow FieldAnalysisRequestHandler to get field value from content stream
> ------------------------------------------------------------------------
>
>                 Key: SOLR-1372
>                 URL: https://issues.apache.org/jira/browse/SOLR-1372
>             Project: Solr
>          Issue Type: Improvement
>          Components: Analysis
>    Affects Versions: 1.4
>            Reporter: Erik Hatcher
>            Assignee: Erik Hatcher
>            Priority: Minor
>             Fix For: 1.4
>
>
> FieldAnalysisRequestHandler currently only allows text to be analyzed to come from the analysis.fieldvalue parameter.  It can be handy to point Solr at a file or URL to get text also using the content stream capability.

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