From 4ca07f44002d3ac3e56a37503f8a93d0ad092f45 Mon Sep 17 00:00:00 2001 From: mauricio garcia suarez Date: Mon, 1 Aug 2022 14:48:15 +0200 Subject: [PATCH] Changed type loaded from Fetch from i64 to bool --- ee/quickwit/index-config-pageevent.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/quickwit/index-config-pageevent.yaml b/ee/quickwit/index-config-pageevent.yaml index 36a0a69fe..e47dd6a1d 100644 --- a/ee/quickwit/index-config-pageevent.yaml +++ b/ee/quickwit/index-config-pageevent.yaml @@ -25,7 +25,7 @@ doc_mapping: tokenizer: default record: position - name: loaded - type: i64 + type: bool fast: true - name: request_start type: i64