You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2009/11/14 13:00:15 UTC

[Solr Wiki] Update of "CoreAdmin" by ErikHatcher

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.
+