No SolrCloud. however I've found the problem (though the reason it is not
completely clear to me).
I was passing terms as
field:("term1" "term2",,,)
I simply changed it as
field:(term1 term2 ...) and it worked as expected
I'm not so expert in reading debugQuery output but parsed_filter_queries
val
Edismax phrase-boost terms?
-- Jack Krupansky
On Thu, Apr 7, 2016 at 10:28 AM, Shawn Heisey wrote:
> On 4/7/2016 8:05 AM, Zaccheo Bagnati wrote:
> > I'm trying to set the maxBooleanClauses parameter in solrconfig.xml to
> 1024
> > but I still have "Too many boolean clauses" error even with 513
On 4/7/2016 8:05 AM, Zaccheo Bagnati wrote:
> I'm trying to set the maxBooleanClauses parameter in solrconfig.xml to 1024
> but I still have "Too many boolean clauses" error even with 513 terms (with
> 512 terms it works).
> I've read in the documentation (
> https://cwiki.apache.org/confluence/dis
Hi all,
I'm trying to set the maxBooleanClauses parameter in solrconfig.xml to 1024
but I still have "Too many boolean clauses" error even with 513 terms (with
512 terms it works).
I've read in the documentation (
https://cwiki.apache.org/confluence/display/solr/Query+Settings+in+SolrConfig)
the wa