Docs: Add mention of `hyphenation_patterns_path`

Refs ElasticSearch's HyphenationCompoundWordTokenFilterFactory.java.

Closes #8305
This commit is contained in:
Aarni Koskela 2014-10-31 12:47:05 +02:00 committed by Clinton Gormley
parent f50deecf12
commit 6011a18381
1 changed files with 4 additions and 0 deletions

View File

@ -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.