Package org.codelibs.fess.dict.protwords
Class ProtwordsCreator
java.lang.Object
org.codelibs.fess.dict.DictionaryCreator
org.codelibs.fess.dict.protwords.ProtwordsCreator
-
Field Summary
Fields inherited from class org.codelibs.fess.dict.DictionaryCreator
dictionaryManager, pattern -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected DictionaryFile<? extends DictionaryItem>newDictionaryFile(String id, String path, Date timestamp) voidregister()Methods inherited from class org.codelibs.fess.dict.DictionaryCreator
create, encodePath, isTarget, setDictionaryManager
-
Constructor Details
-
ProtwordsCreator
public ProtwordsCreator()
-
-
Method Details
-
register
@PostConstruct public void register() -
newDictionaryFile
protected DictionaryFile<? extends DictionaryItem> newDictionaryFile(String id, String path, Date timestamp) - Specified by:
newDictionaryFilein classDictionaryCreator
-