> I am forming a query to boost a certain ids, the list of > ids can go till > 2000 too. I am sometimes getting the error for too many > clauses in the > boolean query and otherwise i am getting a null page. Can > you suggest any > config changes regarding this. > I am using solr 1.3.
For too many clauses there is <maxBooleanClauses>1024</maxBooleanClauses> in solrconfig.xml. For null page http://wiki.apache.org/solr/SolrTomcat#Enabling_Longer_Query_Requests may help.