I'm working on a tool that lists all fields in the index, including explicit list of all dynamic fields. I tried GET `/solr/mycore/schema/fields` Schema API however without any luck. On the other hand there is undocumented API used by Solr UI: GET `/solr/mycore/admin/luke?wt=json` which among other details returns exact list of fields, including all dynamic ones.
The question: is there a way to get full fields list using conventional API? Or should we propose to extend it with internal API capabilities? Sincerely, Vladimir Kroz