cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Lucene - increase maximum clause count for text query with boolean terms

mcbr
Node Link

Hello,

I need to perform a Lucene-backed full-text search query with a number of boolean operators greater than 1024.
I have seen this question previously asked here.

The accepted solution in that thread at StackOverflow mentioned the use of the following:

BooleanQuery.setMaxClauseCount(20000);

How can I call this from Neo4j/Cypher or Neo4j configuration file to increase the maximum clause count of Lucene?

Thank you!

0 REPLIES 0