Re: solr 1.3 Multicores and maxboolean clause

2012-05-30 Thread Sujatha Arun
Thanks Jack . In which case the template cores would be ones that would be initialized first and we need to take care of this on template configs . Also I notices that when we remove the core1 and core0 and try to create a new webapp without any core and empty solr.xml and try to create a new c

Re: solr 1.3 Multicores and maxboolean clause

2012-05-30 Thread Jack Krupansky
As per the source code, Solr only sets the BooleanQuery clause limit on the very first core load. It ignores any the setting on subsequent core loads, including a reload of the initial core. SolrCore.java: "// only change the BooleanQuery maxClauseCount once for ALL cores..." The cores shoul