From 9a5005c4391a4683db861aa8e7ad55be26129fbb Mon Sep 17 00:00:00 2001 From: Erin Date: Thu, 21 May 2020 11:37:43 -0600 Subject: [PATCH 1/2] Added missing fields endZoneSpecified, instantZoneSpecified to granuleIndex.json --- .../resources/mappings/analysis_error_granuleIndex.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/elastic-common/src/main/resources/mappings/analysis_error_granuleIndex.json b/elastic-common/src/main/resources/mappings/analysis_error_granuleIndex.json index 8d080c175..38f0f7ebf 100644 --- a/elastic-common/src/main/resources/mappings/analysis_error_granuleIndex.json +++ b/elastic-common/src/main/resources/mappings/analysis_error_granuleIndex.json @@ -104,6 +104,9 @@ "endUtcDateTimeString": { "type": "keyword" }, + "endZoneSpecified": { + "type": "keyword" + }, "instantDescriptor": { "type": "keyword" }, @@ -116,6 +119,9 @@ "instantUtcDateTimeString": { "type": "keyword" }, + "instantZoneSpecified": { + "type": "keyword" + }, "rangeDescriptor": { "type": "keyword" } From a5309ded0c9d6813fe591b057f0d7e084197a89e Mon Sep 17 00:00:00 2001 From: Erin Date: Thu, 21 May 2020 11:38:03 -0600 Subject: [PATCH 2/2] Added missing fields endZoneSpecified,instantZoneSpecified to collectionIndex.json --- .../resources/mappings/analysis_error_collectionIndex.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/elastic-common/src/main/resources/mappings/analysis_error_collectionIndex.json b/elastic-common/src/main/resources/mappings/analysis_error_collectionIndex.json index 8d080c175..38f0f7ebf 100644 --- a/elastic-common/src/main/resources/mappings/analysis_error_collectionIndex.json +++ b/elastic-common/src/main/resources/mappings/analysis_error_collectionIndex.json @@ -104,6 +104,9 @@ "endUtcDateTimeString": { "type": "keyword" }, + "endZoneSpecified": { + "type": "keyword" + }, "instantDescriptor": { "type": "keyword" }, @@ -116,6 +119,9 @@ "instantUtcDateTimeString": { "type": "keyword" }, + "instantZoneSpecified": { + "type": "keyword" + }, "rangeDescriptor": { "type": "keyword" }