[
https://issues.apache.org/jira/browse/SOLR-4371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13602486#comment-13602486
]
Commit Tag Bot commented on SOLR-4371:
--------------------------------------
[branch_4x commit] Stefan Matheis
http://svn.apache.org/viewvc?view=revision&revision=1456522
SOLR-4371: Admin UI - Analysis Screen shows empty result (merge r1456521)
> Admin UI - Analysis Screen shows empty result
> ---------------------------------------------
>
> Key: SOLR-4371
> URL: https://issues.apache.org/jira/browse/SOLR-4371
> Project: Solr
> Issue Type: Bug
> Components: web gui
> Affects Versions: 4.1
> Reporter: Stefan Matheis (steffkes)
> Assignee: Stefan Matheis (steffkes)
> Priority: Minor
> Fix For: 4.3, 5.0
>
> Attachments: SOLR-4371.patch
>
>
> Poking around for an change to FieldAnalysisRequestHandler hoss mentioned
> SOLR-4336, which documents the cause of this.
> bq.
> /solr/collection1/analysis/field?wt=json&analysis.showmatch=true&analysis.fieldvalue=foo&analysis.query=&analysis.fieldname=cat
> the output will contain this:
> {code}"field_names": {
> "cat": {
> "index": [...],
> "query": [
> "org.apache.solr.schema.FieldType$DefaultAnalyzer$1",
> [
> ]
> ]
> }
> }{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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]