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 1df39b3  Docco
1df39b3 is described below

commit 1df39b3bd6876ce1896558b90092d69c3fcfbe57
Author: Sebb <[email protected]>
AuthorDate: Mon Dec 27 12:22:05 2021 +0000

    Docco
---
 tools/mappings.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tools/mappings.yaml b/tools/mappings.yaml
index 8b6b114..bde7149 100644
--- a/tools/mappings.yaml
+++ b/tools/mappings.yaml
@@ -65,7 +65,7 @@ mbox:
       type: boolean
     epoch: # parsed from Date: header: default if missing: Unix epoch
       type: long
-    forum: # list@domain
+    forum: # list@domain (only present if threadinfo selected)
       type: keyword
     from:
       type: text
@@ -87,7 +87,7 @@ mbox:
       type: keyword
     permalinks:
       type: keyword
-    previous:
+    previous: # (only present if threadinfo selected)
       type: keyword
     private:
       type: boolean
@@ -98,11 +98,11 @@ mbox:
     subject:
       fielddata: true
       type: text
-    thread:
+    thread:  # (only present if threadinfo selected)
       type: keyword
     to:
       type: text
-    top:
+    top:  # (only present if threadinfo selected)
       type: boolean
     _notes:
       type: text

Reply via email to