Hi
I'am getting TooManyClauses exception while performing wildcard query. I'am thinking about changing max clause count limit (BooleanQuery.setMaxClauseCount() method). My question referes to memory consumption in case of increasing maxClauseCount parameter. Does Lucene do it in a smart way (allocates bigger buffer only when it is neccesary) or allocates constant (increased) amount of memory for every wildcard query ?
Regards
JS.

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to