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/05/22 08:38:59 UTC

[jackrabbit-oak] branch trunk updated: OAK-301: Document Oak

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 fc8c475824 OAK-301: Document Oak
fc8c475824 is described below

commit fc8c4758242679e50342de838646aa716d3937b5
Author: Thomas Mueller <th...@apache.org>
AuthorDate: Mon May 22 10:38:50 2023 +0200

    OAK-301: Document Oak
---
 oak-doc/src/site/markdown/query/query-engine.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/oak-doc/src/site/markdown/query/query-engine.md b/oak-doc/src/site/markdown/query/query-engine.md
index cbf43b15ea..2dad950ff4 100644
--- a/oak-doc/src/site/markdown/query/query-engine.md
+++ b/oak-doc/src/site/markdown/query/query-engine.md
@@ -414,6 +414,7 @@ If there is no good property to use keyset pagination on, then the lowercase of
 It is best to start with `$lastEntry` as an empty string, and then in each subsequent run use the lowercase version of the node name of the last entry.
 Notice that some nodes may appear in two query results, if there are multiple nodes with the same name.
 In this case, SQL-2 needs to be used, because with XPath, escaping is applied to names.
+For more details about function-based indexes, see [the function-based indexing documentation](lucene.html#function-based-indexing).
 
     select [jcr:path], * from [nt:file] as a
     where lower(name(a)) >= $lastEntry