This is an automated email from the ASF dual-hosted git repository.
thomasm 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 e682bc06c6 OAK-301 Improve documentation - fix the lucene documentation
e682bc06c6 is described below
commit e682bc06c66fd1d27cf7f61ab526846800f704de
Author: Thomas Mueller <[email protected]>
AuthorDate: Wed Oct 25 17:38:20 2023 +0200
OAK-301 Improve documentation - fix the lucene documentation
---
oak-doc/src/site/markdown/query/lucene.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/oak-doc/src/site/markdown/query/lucene.md
b/oak-doc/src/site/markdown/query/lucene.md
index 54cb023140..8e41b314a8 100644
--- a/oak-doc/src/site/markdown/query/lucene.md
+++ b/oak-doc/src/site/markdown/query/lucene.md
@@ -253,7 +253,7 @@ refresh
[blobSize][OAK-2201]
: Default value 32768 (32kb).
-: Size in bytes used for splitting the index files when storing them in
NodeStore
+: Size in bytes used for splitting the index files when storing them
functionName
: Name to be used to enable index usage with [native query
support](#native-query).
@@ -1344,8 +1344,8 @@ To disable active deletion in a certain installation, set
the system property `o
### <a name="luke"></a>Analyzing created Lucene Index
[Luke] is a handy development and diagnostic tool, which accesses already
-existing Lucene indexes and allows you to display index details. In Oak
-Lucene index files are stored in `NodeStore` and hence not directly
+existing Lucene indexes and allows you to display index details. In Oak,
+Lucene index files are not directly
accessible. To enable analyzing the index files via Luke follow below
mentioned steps