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

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


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]

Reply via email to