java - Is there any API to read SOLR config parameters? -


i want read 1 parameters (maxbooleanclauses) specified in solrconfig.xml @ client side. tried check if there api that, didn't find any. can please help?

while there not way individual settings options in solrconfig.xml file there schema (via schema rest api). can configure solr make entire solrconfig.xml file "gettable" via the admin/gui section settings. allow retrieve file , parse determine value of maxbooleanclauses setting.


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -