Description
Poking around for an change to FieldAnalysisRequestHandler hoss mentioned SOLR-4336, which documents the cause of this.
/solr/collection1/analysis/field?wt=json&analysis.showmatch=true&analysis.fieldvalue=foo&analysis.query=&analysis.fieldname=cat
the output will contain this:
"field_names": { "cat": { "index": [...], "query": [ "org.apache.solr.schema.FieldType$DefaultAnalyzer$1", [ ] ] } }