Uses of Class
org.elasticsearch.index.analysis.compound.AbstractCompoundWordTokenFilterFactory

Packages that use AbstractCompoundWordTokenFilterFactory
org.elasticsearch.index.analysis.compound   
 

Uses of AbstractCompoundWordTokenFilterFactory in org.elasticsearch.index.analysis.compound
 

Subclasses of AbstractCompoundWordTokenFilterFactory in org.elasticsearch.index.analysis.compound
 class DictionaryCompoundWordTokenFilterFactory
          Uses the DictionaryCompoundWordTokenFilter to decompound tokens using a dictionary.
 class HyphenationCompoundWordTokenFilterFactory
          Uses the HyphenationCompoundWordTokenFilter to decompound tokens based on hyphenation rules.
 



Copyright © 2009-2012. All Rights Reserved.