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

sebb 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 809bc1c  mbox and source need deleted flags
809bc1c is described below

commit 809bc1c5f49242f8b859a341b3d44d74a603bacb
Author: Sebb <[email protected]>
AuthorDate: Thu Dec 16 17:40:00 2021 +0000

    mbox and source need deleted flags
---
 tools/mappings.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tools/mappings.yaml b/tools/mappings.yaml
index 6e63d6f..526359a 100644
--- a/tools/mappings.yaml
+++ b/tools/mappings.yaml
@@ -61,6 +61,8 @@ mbox:
       type: date
     dbid: # This is the _id used for the source index
       type: keyword
+    deleted:
+      type: boolean
     epoch: # parsed from Date: header: default if missing: Unix epoch
       type: long
     forum: # list@domain
@@ -149,6 +151,8 @@ session:
 source:
   dynamic: strict
   properties:
+    deleted:
+      type: boolean
     message-id:
       type: keyword
     mid:

Reply via email to