Disable fielddata for _id field by default (since it is deprecated and can be memory-intensive)

This commit is contained in:
weslambert
2022-01-05 15:23:52 -05:00
committed by GitHub
parent 2f9672d3ea
commit c1a88977cf

View File

@@ -56,6 +56,8 @@ elasticsearch:
query:
bool:
max_clause_count: 1500
id_field_data:
enabled: false