We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce72c7d commit b9cafb3Copy full SHA for b9cafb3
src/main/xar-resources/data/lucene/lucene.xml
@@ -4,7 +4,7 @@
4
xmlns:xlink="http://www.w3.org/1999/xlink">
5
<info>
6
<title>Full Text Index</title>
7
- <date>2Q21</date>
+ <date>3Q21</date>
8
<keywordset>
9
<keyword>indexing</keyword>
10
</keywordset>
@@ -319,6 +319,12 @@
319
<listitem>
320
<para><code>String</code> (default if no type is specified)</para>
321
</listitem>
322
+ <listitem>
323
+ <para><code>String[]</code> (since eXist-db 5.4.0)</para>
324
+ </listitem>
325
326
+ <para><code>char[]</code> (since eXist-db 5.4.0)</para>
327
328
329
<para><code>java.io.FileReader</code> (since Lucene 4) or <code>file</code>
330
</para>
0 commit comments