Skip to content

Commit 2960d9b

Browse files
authored
[fix] documentation URL for Lucene query
1 parent 2265719 commit 2960d9b

File tree

1 file changed

+1
-1
lines changed
  • extensions/indexes/lucene/src/main/java/org/exist/xquery/modules/lucene

1 file changed

+1
-1
lines changed

extensions/indexes/lucene/src/main/java/org/exist/xquery/modules/lucene/Query.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public class Query extends Function implements Optimizable {
5555
used. The context of the Lucene query is determined by the given input
5656
node set. The query is specified either as a query string based on
5757
Lucene's default query syntax or as an XML fragment.
58-
See http://exist-db.org/lucene.html#N1029E for complete documentation.""",
58+
See https://exist-db.org/exist/apps/doc/lucene.xml#query for complete documentation.""",
5959
returnsOptMany(Type.NODE, """
6060
all nodes from the input node set matching the query. match highlighting information
6161
will be available for all returned nodes. Lucene's match score can be retrieved via

0 commit comments

Comments
 (0)