Skip to content

Commit e02ba4a

Browse files
authored
Merge pull request #145 from eXist-db/adamretter-patch-1
Fix outdated Lucene version links
2 parents c4d9853 + d08b645 commit e02ba4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/xar-resources/data/lucene.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<listitem>
6464
<para>Defines the amount of memory (in megabytes) Lucene will use for
6565
buffering index entries before they are written to disk. See the
66-
<ulink url="http://lucene.apache.org/core/4_4_0/core/org/apache/lucene/index/IndexWriterConfig.html#setRAMBufferSizeMB(double)">Lucene javadocs</ulink>.</para>
66+
<ulink url="http://lucene.apache.org/core/4_10_4/core/org/apache/lucene/index/IndexWriterConfig.html#setRAMBufferSizeMB(double)">Lucene javadocs</ulink>.</para>
6767
</listitem>
6868
</varlistentry>
6969
</variablelist>
@@ -533,7 +533,7 @@
533533
order by ft:score($m) descending
534534
return $m</programlisting>
535535
</example>
536-
<para>The query function takes a query string in Lucene's default <ulink url="http://lucene.apache.org/core/3_6_0/queryparsersyntax.html">query
536+
<para>The query function takes a query string in Lucene's default <ulink url="https://lucene.apache.org/core/4_10_4/queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package_description">query
537537
syntax</ulink>. It returns a set of nodes which are relevant with respect to the
538538
query. Lucene assigns a relevance score or rank to each match. This score is
539539
preserved by eXist-db and can be accessed through the score function, which returns a

0 commit comments

Comments
 (0)