Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The "CoreAdmin" page has been changed by ErikHatcher. The comment on this change is: adding caveat about BooleanQuery.maxClauseCount. http://wiki.apache.org/solr/CoreAdmin?action=diff&rev1=25&rev2=26 -------------------------------------------------- http://localhost:8983/solr/admin/cores?action=LOAD&core=core0 + = Known Issues = + Lucene's BooleanQuery maxClauseCount is a static variable, making it a single value across the entire JVM. Whichever Solr core initializes last will win the setting of the solrconfig.xml's maxBooleanClauses value. Workaround, set maxBooleanClauses to the greatest value desired in *all* cores. +
