chibenwa commented on code in PR #2018:
URL: https://github.com/apache/james-project/pull/2018#discussion_r1500456865


##########
src/site/xdoc/server/config-opensearch.xml:
##########
@@ -122,6 +122,8 @@
           <dd>When set to true, James will attempt to reindex from the indexed 
message when moved.
               If the message is not found, it will fall back to the old 
behavior (The message will be indexed from the blobStore source).
               Default to false.</dd>
+          <dt><strong>opensearch.indexBody</strong></dt>
+          <dd>Indicates if you wish to index body or not (default: true).</dd>

Review Comment:
   ```suggestion
             <dd>Indicates if you wish to index body or not (default: true). 
This can be used to decrease the performance cost associated with indexing.</dd>
   ```



##########
server/apps/distributed-app/docs/modules/ROOT/pages/configure/opensearch.adoc:
##########
@@ -96,6 +96,9 @@ turning off headers indexing result in non-strict compliance 
with the IMAP / JMA
 | When set to true, James will attempt to reindex from the indexed message 
when moved.
 If the message is not found, it will fall back to the old behavior (The 
message will be indexed from the blobStore source)
 Default to false.
+
+| opensearch.indexBody
+| Indicates if you wish to index body or not (default: true).

Review Comment:
   ```suggestion
   | Indicates if you wish to index body or not (default: true).  This can be 
used to decrease the performance cost associated with indexing.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to