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

Stefan Matheis (steffkes) commented on SOLR-2635:
-------------------------------------------------

Hm yes, correct :/ Then, what about an additional {{settings=true}} -parameter 
for this Handler which adds a second <lst>-Element with the used Settings?

{code:xml}<arr name="org.apache.lucene.analysis.standard.StandardTokenizer">
    <lst>
        <!-- .. existing output ..  -->
    </lst>
    <lst name="settings">
        <!-- settings -->
    </lst>
</arr>{code}

The JSON-Output for this Handler is already not the best, but that should be 
still usable.

> 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