This is an automated email from the ASF dual-hosted git repository.
ngupta pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/trunk by this push:
new 856d3cd56b document elastic improvemnets (#726)
856d3cd56b is described below
commit 856d3cd56b354709b5a41b28d3e837bf1a0f45b3
Author: nit0906 <[email protected]>
AuthorDate: Mon Oct 3 15:11:38 2022 +0530
document elastic improvemnets (#726)
Co-authored-by: Nitin Gupta <[email protected]>
---
oak-doc/src/site/markdown/query/elastic.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/oak-doc/src/site/markdown/query/elastic.md
b/oak-doc/src/site/markdown/query/elastic.md
index 7ea6cc3a7e..aa23ba6794 100644
--- a/oak-doc/src/site/markdown/query/elastic.md
+++ b/oak-doc/src/site/markdown/query/elastic.md
@@ -48,5 +48,9 @@ however there are differences:
Synchronous indexing, and enforcing uniqueness constraints is not currently
supported in elastic indexes.
* The behavior for `dynamicBoost` is slightly different:
For Lucene indexes, boosting is done in indexing, while for Elastic it is
done at query time.
+* The behavior for `suggest` is slightly different:
+ For Lucene indexes, the suggestor is updated every 10 minutes by default and
the frequency
+ can be changed by `suggestUpdateFrequencyMinutes` property in suggestion
node under the index definition node.
+ In Elastic indexes, there is no such delay and thus no need for the above
config property. This is an improvement in ES over lucene.
[lucene]: https://jackrabbit.apache.org/oak/docs/query/lucene.html