You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by th...@apache.org on 2023/01/23 09:15:42 UTC

[jackrabbit-oak] branch OAK-10054 updated: OAK-9699 Document Elastic Indexes

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

thomasm pushed a commit to branch OAK-10054
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/OAK-10054 by this push:
     new b89dbac293 OAK-9699 Document Elastic Indexes
b89dbac293 is described below

commit b89dbac293d38e57f1aaf78158b05c4289d28036
Author: Thomas Mueller <th...@apache.org>
AuthorDate: Mon Jan 23 10:15:29 2023 +0100

    OAK-9699 Document Elastic Indexes
---
 oak-doc/src/site/markdown/query/elastic.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/oak-doc/src/site/markdown/query/elastic.md b/oak-doc/src/site/markdown/query/elastic.md
index aa23ba6794..e002883173 100644
--- a/oak-doc/src/site/markdown/query/elastic.md
+++ b/oak-doc/src/site/markdown/query/elastic.md
@@ -42,7 +42,10 @@ however there are differences:
 * `blobSize` is ignored.
 * `name` is ignored.
 * `indexPath` is ignored.
+* If the composite node store is used, Elastic indexes only index the writable part of the repository.
+  It is best to use `queryPaths` and `includedPaths` to ensure the index is only used for the right queries.
 * `analyzers` is ignored, except for `indexOriginalTerm`.
+  Due to that, synonyms, stemming (`PorterStem`), filters (`LowerCase`), and stopwords are not supported.
 * `useInExcerpt` does not support regexp relative properties.
 * For property definitions, `sync` and `unique` are ignored.
   Synchronous indexing, and enforcing uniqueness constraints is not currently supported in elastic indexes.