Uses of Class
org.codelibs.fess.dict.DictionaryCreator
-
-
Uses of DictionaryCreator in org.codelibs.fess.dict
Fields in org.codelibs.fess.dict with type parameters of type DictionaryCreator Modifier and Type Field Description protected java.util.List<DictionaryCreator>DictionaryManager. creatorListMethods in org.codelibs.fess.dict with parameters of type DictionaryCreator Modifier and Type Method Description voidDictionaryManager. addCreator(DictionaryCreator creator) -
Uses of DictionaryCreator in org.codelibs.fess.dict.kuromoji
Subclasses of DictionaryCreator in org.codelibs.fess.dict.kuromoji Modifier and Type Class Description classKuromojiCreator -
Uses of DictionaryCreator in org.codelibs.fess.dict.mapping
Subclasses of DictionaryCreator in org.codelibs.fess.dict.mapping Modifier and Type Class Description classCharMappingCreator -
Uses of DictionaryCreator in org.codelibs.fess.dict.protwords
Subclasses of DictionaryCreator in org.codelibs.fess.dict.protwords Modifier and Type Class Description classProtwordsCreator -
Uses of DictionaryCreator in org.codelibs.fess.dict.stemmeroverride
Subclasses of DictionaryCreator in org.codelibs.fess.dict.stemmeroverride Modifier and Type Class Description classStemmerOverrideCreator -
Uses of DictionaryCreator in org.codelibs.fess.dict.stopwords
Subclasses of DictionaryCreator in org.codelibs.fess.dict.stopwords Modifier and Type Class Description classStopwordsCreator -
Uses of DictionaryCreator in org.codelibs.fess.dict.synonym
Subclasses of DictionaryCreator in org.codelibs.fess.dict.synonym Modifier and Type Class Description classSynonymCreator
-