How can I query a solr instance for all (or prefixed) field names?
I want to use dynamic fields like
category_0_s
category_1_s
...
but i do not know how many may exist. So I want to retrieve all fields (preferably with the prefix "category_").
Any Ideas? Thanks