You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by GitBox <gi...@apache.org> on 2022/06/16 20:22:03 UTC

[GitHub] [jackrabbit-oak] AngelaFabregues opened a new pull request, #597: OAK-9806 - optimised use of the Elastic index

AngelaFabregues opened a new pull request, #597:
URL: https://github.com/apache/jackrabbit-oak/pull/597

   The mapping properties for creating the elastic index do now optimise the use of the index by differentiating among analyzed, indexed, ordered/faceted, and useInExcerpt which have different needs.
   
   The index size of well defined (setting only the necessary properties) large indices should get reduced as soon as this change is deployed. It is worth to measure index sizes before an after.
   
   Includes some commented lines that refer to the elasticsearch support of useInExcerpt.
   
   It is recommended to do not deploy the useInExcerpts support before this PR is deployed. Better do it together.


-- 
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: dev-unsubscribe@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org