Skip to content

Commit 11864eb

Browse files
authored
Merge pull request #152 from daliboris/fix/add-ngram-index-name
fix(documentation): add ngram-index to the list of indexes
2 parents a9d576d + 87672ed commit 11864eb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/main/xar-resources/data/docs/util/index-keys_5.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,11 @@ had been defined (otherwise nothing will be returned).
4646

4747
# Index names
4848

49-
The default names for indexes are as follows:
49+
The default names for indexes are as follows (some of them can be found in the eXist-db `conf.xml` file under `exist/indexer/modules` element):
5050

5151
Name|Index
5252
----|-----
5353
structural-index|Structural index
5454
lucene-index|Lucene-based full text index
55-
range-index|New range index
55+
range-index|New range index
56+
ngram-index|N-gram index

0 commit comments

Comments
 (0)