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 9013717676 OAK-301 Improve documentation - fix the lucene documentation
9013717676 is described below

commit 9013717676286ca4efdbee7c7922a4407615eb4f
Author: Thomas Mueller <[email protected]>
AuthorDate: Wed Oct 25 16:51:00 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 3e39c719c4..54cb023140 100644
--- a/oak-doc/src/site/markdown/query/lucene.md
+++ b/oak-doc/src/site/markdown/query/lucene.md
@@ -1355,8 +1355,8 @@ mentioned steps
 
         $wget 
https://github.com/DmitryKey/luke/releases/download/4.7.0/luke-with-deps.jar
 
-2. Use the [Oak Console][oak-console] to dump the Lucene index from `NodeStore`
-   to filesystem directory. Use the `lc dump` command
+2. Use the [Oak Console][oak-console] to dump the Lucene index files to a 
directory.
+   Use the `lc dump` command as follows:
 
         $ java -jar oak-run-*.jar console /path/to/oak/repository
         Apache Jackrabbit Oak 1.1-SNAPSHOT
@@ -1377,7 +1377,7 @@ mentioned steps
         Copied 8.5 MB in 218.7 ms
         />
 
-3. Post dump open the index via Luke. Oak Lucene uses a [custom
+3. Afterwards, open the index via Luke. Oak Lucene uses a [custom
    Codec][OAK-1737]. So oak-lucene jar needs to be included in Luke classpath
    for it to display the index details
 

Reply via email to