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