Hi, I'm managing my Solr solrconfig.xml data using https://cwiki.apache.org/confluence/display/solr/Config+API In doing so, I'm write code that will read and update request handlers. Beside the top level key / value parameters, I came across "defaults", "invariants" and "appends" as list items. Are there any others I should be looking for? Where can I find the complete list?
Thanks Steve