Thanks. I have an Xtext DSL doing some config and code generation downstream
of the data ingestion. It probably wouldn't be that hard to generate a
solrconfig.xml, but for now I just want to build in some runtime reconciliation
to aid in dynamic query generation. It sounds like Luke is still
You can use the ListFields method in the new Schema API:
https://cwiki.apache.org/confluence/display/solr/Schema+API#SchemaAPI-ListFields
Note that this will return all configured fields but it doesn't tell
you the actual dynamic field names in the index. I don't know if we
have anything better t