From 6f17736eb1b92a0438c4639a27c04c2f2e97129d Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Fri, 15 Jul 2016 12:58:38 +0200 Subject: [PATCH] Fixed asciidoc --- .../analysis/tokenfilters/hunspell-tokenfilter.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/analysis/tokenfilters/hunspell-tokenfilter.asciidoc b/docs/reference/analysis/tokenfilters/hunspell-tokenfilter.asciidoc index 47b247e4bd5..9b3f188d951 100644 --- a/docs/reference/analysis/tokenfilters/hunspell-tokenfilter.asciidoc +++ b/docs/reference/analysis/tokenfilters/hunspell-tokenfilter.asciidoc @@ -87,12 +87,12 @@ the stemming is determined by the quality of the dictionary. [float] ==== Dictionary loading -By default, the default Hunspell directory (`config/hunspell/`) is checked -for dictionaries when the node starts up, and any dictionaries are +By default, the default Hunspell directory (`config/hunspell/`) is checked +for dictionaries when the node starts up, and any dictionaries are automatically loaded. Dictionary loading can be deferred until they are actually used by setting -`indices.analysis.hunspell.dictionary.lazy` to `true`in the config file. +`indices.analysis.hunspell.dictionary.lazy` to `true` in the config file. [float] ==== References