In issue #482 (https://github.com/elasticsearch/elasticsearch/issues/
482), Shay mentioned to set the property
'index.query.bool.max_clause_count' in order to raise the max clause
count for a lucene bool query. I've tried to set this property but it
doesn't seem to be persisted. Am I doing something wrong? Here's what
I'm doing: https://gist.github.com/1019762
When I do get around to setting this property, will it fix a Lucene
TooManyClauses error w/ the TermsQueryParser if I have over 1024
terms? I noticed that the setting is applied for the the
BoolQueryParser only from that issue (482).
Any help or thoughts would be greatly appreciated.
In issue #482 (Issues · elastic/elasticsearch · GitHub
482), Shay mentioned to set the property
'index.query.bool.max_clause_count' in order to raise the max clause
count for a lucene bool query. I've tried to set this property but it
doesn't seem to be persisted. Am I doing something wrong? Here's what
I'm doing: https://gist.github.com/1019762
When I do get around to setting this property, will it fix a Lucene
TooManyClauses error w/ the TermsQueryParser if I have over 1024
terms? I noticed that the setting is applied for the the
BoolQueryParser only from that issue (482).
Any help or thoughts would be greatly appreciated.
In issue #482 (Issues · elastic/elasticsearch · GitHub
482), Shay mentioned to set the property
'index.query.bool.max_clause_count' in order to raise the max clause
count for a lucene bool query. I've tried to set this property but it
doesn't seem to be persisted. Am I doing something wrong? Here's what
I'm doing:https://gist.github.com/1019762
When I do get around to setting this property, will it fix a Lucene
TooManyClauses error w/ the TermsQueryParser if I have over 1024
terms? I noticed that the setting is applied for the the
BoolQueryParser only from that issue (482).
Any help or thoughts would be greatly appreciated.
In issue #482 (Issues · elastic/elasticsearch · GitHub
482), Shay mentioned to set the property
'index.query.bool.max_clause_count' in order to raise the max clause
count for a lucene bool query. I've tried to set this property but it
doesn't seem to be persisted. Am I doing something wrong? Here's what
I'm doing:https://gist.github.com/1019762
When I do get around to setting this property, will it fix a Lucene
TooManyClauses error w/ the TermsQueryParser if I have over 1024
terms? I noticed that the setting is applied for the the
BoolQueryParser only from that issue (482).
Any help or thoughts would be greatly appreciated.
In issue #482 (Issues · elastic/elasticsearch · GitHub
482), Shay mentioned to set the property
'index.query.bool.max_clause_count' in order to raise the max clause
count for a lucene bool query. I've tried to set this property but it
doesn't seem to be persisted. Am I doing something wrong? Here's what
I'm doing:https://gist.github.com/1019762
When I do get around to setting this property, will it fix a Lucene
TooManyClauses error w/ the TermsQueryParser if I have over 1024
terms? I noticed that the setting is applied for the the
BoolQueryParser only from that issue (482).
Any help or thoughts would be greatly appreciated.
Cool, so I started reindexing my data with the
"index.query.bool.max_clause_count" set to 8192 and retried the query
that was causing the issue before. The same 'maxClauseCount is set to
1024' error showed up again. I put a breakpoint in the BoolQueryParser
and reran the query but nothing was hit. Any thoughts?
When I do get around to setting this property, will it fix a Lucene
TooManyClauses error w/ the TermsQueryParser if I have over 1024
terms? I noticed that the setting is applied for the the
BoolQueryParser only from that issue (482).
You don't need to reindex your data for that... . You could have closed and reopened your index for example. Or just set it in the elasticsearch.yml file. This setting is tricky, since its a static one (Lucene wise). So, I suggest setting it in the elasticsearch.yml file so it will always apply.
On Monday, June 13, 2011 at 7:37 PM, Joe Rawlings wrote:
Cool, so I started reindexing my data with the
"index.query.bool.max_clause_count" set to 8192 and retried the query
that was causing the issue before. The same 'maxClauseCount is set to
1024' error showed up again. I put a breakpoint in the BoolQueryParser
and reran the query but nothing was hit. Any thoughts?
When I do get around to setting this property, will it fix a Lucene
TooManyClauses error w/ the TermsQueryParser if I have over 1024
terms? I noticed that the setting is applied for the the
BoolQueryParser only from that issue (482).
You don't need to reindex your data for that... . You could have closed and reopened your index for example. Or just set it in the elasticsearch.yml file. This setting is tricky, since its a static one (Lucene wise). So, I suggest setting it in the elasticsearch.yml file so it will always apply.
On Monday, June 13, 2011 at 7:37 PM, Joe Rawlings wrote:
Cool, so I started reindexing my data with the
"index.query.bool.max_clause_count" set to 8192 and retried the query
that was causing the issue before. The same 'maxClauseCount is set to
1024' error showed up again. I put a breakpoint in the BoolQueryParser
and reran the query but nothing was hit. Any thoughts?
When I do get around to setting this property, will it fix a Lucene
TooManyClauses error w/ the TermsQueryParser if I have over 1024
terms? I noticed that the setting is applied for the the
BoolQueryParser only from that issue (482).
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.