[jira] [Commented] (JAMES-2079) Remove useless field in our ES mapping

2019-10-29 Thread Benoit Tellier (Jira)


[ 
https://issues.apache.org/jira/browse/JAMES-2079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16962684#comment-16962684
 ] 

Benoit Tellier commented on JAMES-2079:
---

https://github.com/linagora/james-project/pull/2765 proposed to remove some non 
analyzed duplicated fields for plain text & html text of our messages, these 
fields were not used, we save space and index time.

> Remove useless field in our ES mapping
> --
>
> Key: JAMES-2079
> URL: https://issues.apache.org/jira/browse/JAMES-2079
> Project: James Server
>  Issue Type: Improvement
>Reporter: Luc DUZAN
>Priority: Major
> Fix For: 3.5.0
>
>
> In our current mapping those field are not used:
> * PROPERTIES
> * TEXT_BODY.RAW
> * HTML_BODY.RAW
> If this is done before: https://issues.apache.org/jira/browse/JAMES-2078, you 
> should not remove PROPERTIES but specify that it neither indexed neither 
> stored has doc_values. If this is done after turning dynamic mapping of you 
> can just remove the field from the mapping.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org



[jira] [Commented] (JAMES-2079) Remove useless field in our ES mapping

2019-10-14 Thread Benoit Tellier (Jira)


[ 
https://issues.apache.org/jira/browse/JAMES-2079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16951529#comment-16951529
 ] 

Benoit Tellier commented on JAMES-2079:
---

https://github.com/linagora/james-project/pull/2737 is merged

> Remove useless field in our ES mapping
> --
>
> Key: JAMES-2079
> URL: https://issues.apache.org/jira/browse/JAMES-2079
> Project: James Server
>  Issue Type: Improvement
>Reporter: Luc DUZAN
>Priority: Major
>
> In our current mapping those field are not used:
> * PROPERTIES
> * TEXT_BODY.RAW
> * HTML_BODY.RAW
> If this is done before: https://issues.apache.org/jira/browse/JAMES-2078, you 
> should not remove PROPERTIES but specify that it neither indexed neither 
> stored has doc_values. If this is done after turning dynamic mapping of you 
> can just remove the field from the mapping.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org



[jira] [Commented] (JAMES-2079) Remove useless field in our ES mapping

2019-10-02 Thread Benoit Tellier (Jira)


[ 
https://issues.apache.org/jira/browse/JAMES-2079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16943306#comment-16943306
 ] 

Benoit Tellier commented on JAMES-2079:
---

https://github.com/linagora/james-project/pull/2737 proposes to remove Mime 
part header indexing, that is not required by our functional tests

> Remove useless field in our ES mapping
> --
>
> Key: JAMES-2079
> URL: https://issues.apache.org/jira/browse/JAMES-2079
> Project: James Server
>  Issue Type: Improvement
>Reporter: Luc DUZAN
>Priority: Major
>
> In our current mapping those field are not used:
> * PROPERTIES
> * TEXT_BODY.RAW
> * HTML_BODY.RAW
> If this is done before: https://issues.apache.org/jira/browse/JAMES-2078, you 
> should not remove PROPERTIES but specify that it neither indexed neither 
> stored has doc_values. If this is done after turning dynamic mapping of you 
> can just remove the field from the mapping.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org