Skip to content

Commit b9cafb3

Browse files
committed
[feature] Add documentation for new types in Lucene Analyzer config
1 parent ce72c7d commit b9cafb3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xmlns:xlink="http://www.w3.org/1999/xlink">
55
<info>
66
<title>Full Text Index</title>
7-
<date>2Q21</date>
7+
<date>3Q21</date>
88
<keywordset>
99
<keyword>indexing</keyword>
1010
</keywordset>
@@ -319,6 +319,12 @@
319319
<listitem>
320320
<para><code>String</code> (default if no type is specified)</para>
321321
</listitem>
322+
<listitem>
323+
<para><code>String[]</code> (since eXist-db 5.4.0)</para>
324+
</listitem>
325+
<listitem>
326+
<para><code>char[]</code> (since eXist-db 5.4.0)</para>
327+
</listitem>
322328
<listitem>
323329
<para><code>java.io.FileReader</code> (since Lucene 4) or <code>file</code>
324330
</para>

0 commit comments

Comments
 (0)