问题
After searching on Google, i found the Elasticsearch max query condition limit is 1024?
Is it configurable? If yes can you anyone please provide the steps.
Thanks, Sameer
回答1:
Default value is 1024, but it is configurable. In the elasticsearch configuration file (the yml file for example), set the mentioned setting: index.query.bool.max_clause_count: 100000 for example.
来源:https://stackoverflow.com/questions/28637004/elasticsearch-nest-query-condition-limit