This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 654b062  Make dbid be a keyword
     new d09f9b3  Merge pull request #31 from sbp/dbid-schema
654b062 is described below

commit 654b062ff0deba5ea760c91b2a4059ad0c2d4dd3
Author: Sean B. Palmer <[email protected]>
AuthorDate: Tue Jun 1 15:31:58 2021 +0100

    Make dbid be a keyword
---
 tools/mappings.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/mappings.yaml b/tools/mappings.yaml
index 4d9eb1d..49b205a 100644
--- a/tools/mappings.yaml
+++ b/tools/mappings.yaml
@@ -55,6 +55,8 @@ mbox:
       format: yyyy/MM/dd HH:mm:ss
       store: true
       type: date
+    dbid:
+      type: keyword
     epoch:
       type: long
     from:

Reply via email to