[
https://issues.apache.org/jira/browse/SOLR-2635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13061313#comment-13061313
]
Stefan Matheis (steffkes) commented on SOLR-2635:
-------------------------------------------------
Maybe we can append this List to the existing output .. like it's actually done
for highlighting on the select handler?
Just a suggestion:
{code:xml}<?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader">
<int name="status">0</int>
<int name="QTime">37</int>
</lst>
<lst name="analysis">
<!-- .. -->
</lst>
<lst name="settings">
<lst name="field_types">
<lst name="text_general_rev">
<lst name="index">
<arr
name="org.apache.lucene.analysis.standard.StandardTokenizer">
<lst>
<!-- settings -->
</lst>
</arr>
<lst>
</lst>
</lst>
</lst>
</response>{code}
That will work w/o problems, as long as the list of used Filter and Tokenizer
is unique. If there is at least One, which is used more than once -- the
relation is only defined through the order of the list, but we could maybe add
an counter to the existing output, then it's also no problem :>
> 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: [email protected]
For additional commands, e-mail: [email protected]