From 8cecc09b6f93e750e47096826b5fa05bcc457e96 Mon Sep 17 00:00:00 2001 From: Cal Ellowitz Date: Mon, 5 Jul 2021 12:36:31 -0400 Subject: [PATCH] do not index large case property values --- corehq/pillows/mappings/case_search_mapping.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/corehq/pillows/mappings/case_search_mapping.json b/corehq/pillows/mappings/case_search_mapping.json index 2d786e6f2433..94975e83544e 100644 --- a/corehq/pillows/mappings/case_search_mapping.json +++ b/corehq/pillows/mappings/case_search_mapping.json @@ -34,7 +34,8 @@ "exact": { "index": "not_analyzed", "type": "string", - "null_value": "" + "null_value": "", + "ignore_above": 8191 }, "numeric": { "type": "double",