[ 
https://issues.apache.org/jira/browse/SOLR-2635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13061323#comment-13061323
 ] 

Uwe Schindler commented on SOLR-2635:
-------------------------------------

This solution might work, i just don't like it, because it decouples the 
settings from the output and makes correlation harder. But thats of course the 
same for highlighting.

The list of tokenizers and filters is not necessarily unique, but order would 
be, so access via index (like for highlighting) is fine. Its possible to add 
the same TokenFilter at several places in the analysis chain, so a lookup by 
class name is impossible.

> FieldAnalysisRequestHandler; Expose Filter- & Tokenizer-Settings
> ----------------------------------------------------------------
>
>                 Key: SOLR-2635
>                 URL: https://issues.apache.org/jira/browse/SOLR-2635
>             Project: Solr
>          Issue Type: Improvement
>          Components: Schema and Analysis, web gui
>            Reporter: Stefan Matheis (steffkes)
>            Assignee: Uwe Schindler
>            Priority: Minor
>
> The [current/old Analysis 
> Page|http://files.mathe.is/solr-admin/04_analysis_verbose_cur.png] exposes 
> the Filter- & Tokenizer-Settings -- the FieldAnalysisRequestHandler not :/
> This Information is already available on the 
> [Schema-Browser|http://files.mathe.is/solr-admin/06_schema-browser.png] 
> (through LukeRequestHandler) - so we could load this in parallel and grab the 
> required informations .. but it would be easier if we could add this 
> Information, so that we have all relevant Information at one Place.

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