Package org.codelibs.fess.dict
Class DictionaryCreator
java.lang.Object
org.codelibs.fess.dict.DictionaryCreator
- Direct Known Subclasses:
CharMappingCreator,KuromojiCreator,ProtwordsCreator,StemmerOverrideCreator,StopwordsCreator,SynonymCreator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDictionaryFile<? extends DictionaryItem>protected StringencodePath(String path) protected booleanprotected abstract DictionaryFile<? extends DictionaryItem>newDictionaryFile(String id, String path, Date timestamp) voidsetDictionaryManager(DictionaryManager dictionaryManager)
-
Field Details
-
pattern
-
dictionaryManager
-
-
Constructor Details
-
DictionaryCreator
-
-
Method Details
-
create
-
encodePath
-
isTarget
-
newDictionaryFile
protected abstract DictionaryFile<? extends DictionaryItem> newDictionaryFile(String id, String path, Date timestamp) -
setDictionaryManager
-