[DOCS] Fix typo in reference

This commit is contained in:
Simon Willnauer 2014-07-10 08:46:57 +02:00
parent fcadab869d
commit 154bd0309c
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ The `default` type stores the shard index on the file system depending on
the file type by mapping a file into memory (mmap) or using Java NIO. Currently
only the Lucene term dictionary and doc values files are memory mapped to reduce
the impact on the operating system. All other files are opened using Lucene `NIOFSDirectory`.
Address space settings (<<vm-map-map-count>>) might also apply if your term
Address space settings (<<vm-max-map-count>>) might also apply if your term
dictionaries are large.
[float]