From 6011a18381bc02b4329304e968188714fa0b53ae Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Fri, 31 Oct 2014 12:47:05 +0200 Subject: [PATCH] Docs: Add mention of `hyphenation_patterns_path` Refs ElasticSearch's HyphenationCompoundWordTokenFilterFactory.java. Closes #8305 --- .../analysis/tokenfilters/compound-word-tokenfilter.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/reference/analysis/tokenfilters/compound-word-tokenfilter.asciidoc b/docs/reference/analysis/tokenfilters/compound-word-tokenfilter.asciidoc index 6719a9cd519..ee6407a61bd 100644 --- a/docs/reference/analysis/tokenfilters/compound-word-tokenfilter.asciidoc +++ b/docs/reference/analysis/tokenfilters/compound-word-tokenfilter.asciidoc @@ -16,6 +16,10 @@ filter type: |`word_list_path` |A path (either relative to `config` location, or absolute) to a list of words. +|`hyphenation_patterns_path` |A path (either relative to `config` location, or +absolute) to a FOP XML hyphenation pattern file. (See http://offo.sourceforge.net/hyphenation/) +Required for `hyphenation_decompounder`. + |`min_word_size` |Minimum word size(Integer). Defaults to 5. |`min_subword_size` |Minimum subword size(Integer). Defaults to 2.