Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/cassandra/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Solr递增MaxBoolean子句不起作用_Solr_Cassandra_Datastax Enterprise - Fatal编程技术网

Solr递增MaxBoolean子句不起作用

Solr递增MaxBoolean子句不起作用,solr,cassandra,datastax-enterprise,Solr,Cassandra,Datastax Enterprise,筛选字段以查找由或子句连接的多个值时,如: http:://localhost:8983/solr/dev_keyspace.sample_core/select?q=*%3A*&fq=field1%3A("ONE"+OR+"TWO"...)&wt=json&indent=true 引发了以下错误: 来自位于的服务器的错误http://localhost:8983/solr/dev_keyspace.sample_core: maxClauseCount设置为1024

筛选字段以查找由或子句连接的多个值时,如:

http:://localhost:8983/solr/dev_keyspace.sample_core/select?q=*%3A*&fq=field1%3A("ONE"+OR+"TWO"...)&wt=json&indent=true
引发了以下错误:

来自位于的服务器的错误http://localhost:8983/solr/dev_keyspace.sample_core: maxClauseCount设置为1024

按照说明通气maxBooleanClause值。尝试重新加载并删除/创建核心。错误仍然存在

环境:

DSEv6.0.7 阿帕奇索尔™ 6.0.1.1.2407由DSE提供
更改配置后,需要将solr coreMissed重新加载到menton,重新加载或拖放/创建无效。更新了问题。重新索引工作后重新启动DSE服务!