SOLR Boolean clause impact on memory/Performance

2014-10-13 Thread ankit gupta
hi, Can we quantify the impact on SOLR memory usage/performance if we increase the boolean clause. I am currently using lot of OR clauses in the query (close to 10K) and can see heap size growing. Thanks, Ankit

Re: SOLR Boolean clause impact on memory/Performance

2014-10-14 Thread ankit gupta
over 10K. > > Are you sure this is the best approach though? Could joins > work here? Or reranking? (this last is doubtful, but...). > > This may well be an XY problem, you haven't explained _why_ > you need so many conditions which might enable other > suggestions. > >