Uses of Class
org.codelibs.fess.dict.DictionaryFile
Packages that use DictionaryFile
Package
Description
-
Uses of DictionaryFile in org.codelibs.fess.app.web.api.admin.dict
Methods in org.codelibs.fess.app.web.api.admin.dict with parameters of type DictionaryFileModifier and TypeMethodDescriptionprotected ListBodyApiAdminDictAction.createListBody(DictionaryFile<? extends DictionaryItem> dictionaryFile) -
Uses of DictionaryFile in org.codelibs.fess.dict
Methods in org.codelibs.fess.dict that return DictionaryFileModifier and TypeMethodDescriptionDictionaryFile<? extends DictionaryItem>DictionaryFile<? extends DictionaryItem>[]DictionaryManager.getDictionaryFiles()DictionaryFile.manager(DictionaryManager dictionaryManager) protected abstract DictionaryFile<? extends DictionaryItem>DictionaryCreator.newDictionaryFile(String id, String path, Date timestamp) Methods in org.codelibs.fess.dict that return types with arguments of type DictionaryFileModifier and TypeMethodDescriptionorg.dbflute.optional.OptionalEntity<DictionaryFile<? extends DictionaryItem>>DictionaryManager.getDictionaryFile(String id) Methods in org.codelibs.fess.dict with parameters of type DictionaryFileModifier and TypeMethodDescriptionorg.codelibs.curl.CurlResponseDictionaryManager.getContentResponse(DictionaryFile<? extends DictionaryItem> dictFile) voidDictionaryManager.store(DictionaryFile<? extends DictionaryItem> dictFile, File file) -
Uses of DictionaryFile in org.codelibs.fess.dict.kuromoji
Subclasses of DictionaryFile in org.codelibs.fess.dict.kuromojiMethods in org.codelibs.fess.dict.kuromoji that return DictionaryFileModifier and TypeMethodDescriptionprotected DictionaryFile<? extends DictionaryItem>KuromojiCreator.newDictionaryFile(String id, String path, Date timestamp) -
Uses of DictionaryFile in org.codelibs.fess.dict.mapping
Subclasses of DictionaryFile in org.codelibs.fess.dict.mappingMethods in org.codelibs.fess.dict.mapping that return DictionaryFileModifier and TypeMethodDescriptionprotected DictionaryFile<? extends DictionaryItem>CharMappingCreator.newDictionaryFile(String id, String path, Date timestamp) -
Uses of DictionaryFile in org.codelibs.fess.dict.protwords
Subclasses of DictionaryFile in org.codelibs.fess.dict.protwordsMethods in org.codelibs.fess.dict.protwords that return DictionaryFileModifier and TypeMethodDescriptionprotected DictionaryFile<? extends DictionaryItem>ProtwordsCreator.newDictionaryFile(String id, String path, Date timestamp) -
Uses of DictionaryFile in org.codelibs.fess.dict.stemmeroverride
Subclasses of DictionaryFile in org.codelibs.fess.dict.stemmeroverrideMethods in org.codelibs.fess.dict.stemmeroverride that return DictionaryFileModifier and TypeMethodDescriptionprotected DictionaryFile<? extends DictionaryItem>StemmerOverrideCreator.newDictionaryFile(String id, String path, Date timestamp) -
Uses of DictionaryFile in org.codelibs.fess.dict.stopwords
Subclasses of DictionaryFile in org.codelibs.fess.dict.stopwordsMethods in org.codelibs.fess.dict.stopwords that return DictionaryFileModifier and TypeMethodDescriptionprotected DictionaryFile<? extends DictionaryItem>StopwordsCreator.newDictionaryFile(String id, String path, Date timestamp) -
Uses of DictionaryFile in org.codelibs.fess.dict.synonym
Subclasses of DictionaryFile in org.codelibs.fess.dict.synonymMethods in org.codelibs.fess.dict.synonym that return DictionaryFileModifier and TypeMethodDescriptionprotected DictionaryFile<? extends DictionaryItem>SynonymCreator.newDictionaryFile(String id, String path, Date timestamp)