: I'm able to get the fields specified in my schema with this query: : /solr/admin/luke?show=schema&numTerms=0
that's what the "show=schema" does .. if you want all the field names regardless of wether they were explicitly or dynamicly created you just leave that option off... http://localhost:8983/solr/admin/luke?numTerms=0 ...the dynamic ifleds are the ones with a "dynamicBase" child tag. -Hoss