You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Stefan Matheis (steffkes) (JIRA)" <ji...@apache.org> on 2013/01/29 20:19:12 UTC

[jira] [Updated] (SOLR-4371) Admin UI - Analysis Screen shows empty result

     [ https://issues.apache.org/jira/browse/SOLR-4371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Matheis (steffkes) updated SOLR-4371:
--------------------------------------------

    Attachment: SOLR-4371.patch
    
> 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)
>            Priority: Minor
>         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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org