Uses of Class
org.codelibs.fess.dict.DictionaryItem
-
-
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 DictionaryItem Modifier and Type Method Description protected 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 DictionaryItem Modifier and Type Class Description classDictionaryFile<T extends DictionaryItem>Methods in org.codelibs.fess.dict that return types with arguments of type DictionaryItem Modifier and Type Method Description DictionaryFile<? extends DictionaryItem>DictionaryCreator. create(String path, Date timestamp)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 DictionaryItem Modifier and Type Method Description org.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.kuromoji Modifier and Type Class Description classKuromojiItemMethods in org.codelibs.fess.dict.kuromoji that return types with arguments of type DictionaryItem Modifier and Type Method Description protected 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.mapping Modifier and Type Class Description classCharMappingItemMethods in org.codelibs.fess.dict.mapping that return types with arguments of type DictionaryItem Modifier and Type Method Description protected 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.protwords Modifier and Type Class Description classProtwordsItemMethods in org.codelibs.fess.dict.protwords that return types with arguments of type DictionaryItem Modifier and Type Method Description protected 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.stemmeroverride Modifier and Type Class Description classStemmerOverrideItemMethods in org.codelibs.fess.dict.stemmeroverride that return types with arguments of type DictionaryItem Modifier and Type Method Description protected 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.stopwords Modifier and Type Class Description classStopwordsItemMethods in org.codelibs.fess.dict.stopwords that return types with arguments of type DictionaryItem Modifier and Type Method Description protected 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.synonym Modifier and Type Class Description classSynonymItemMethods in org.codelibs.fess.dict.synonym that return types with arguments of type DictionaryItem Modifier and Type Method Description protected DictionaryFile<? extends DictionaryItem>SynonymCreator. newDictionaryFile(String id, String path, Date timestamp)
-