Uses of Class
org.codelibs.fess.dict.DictionaryFile
-
-
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 DictionaryFile Modifier and Type Method Description protected ListBodyApiAdminDictAction. createListBody(DictionaryFile<? extends DictionaryItem> dictionaryFile) -
Uses of DictionaryFile in org.codelibs.fess.dict
Methods in org.codelibs.fess.dict that return DictionaryFile Modifier and Type Method Description DictionaryFile<? extends DictionaryItem>DictionaryCreator. create(java.lang.String path, java.util.Date timestamp)DictionaryFile<? extends DictionaryItem>[]DictionaryManager. getDictionaryFiles()DictionaryFile<T>DictionaryFile. manager(DictionaryManager dictionaryManager)protected abstract DictionaryFile<? extends DictionaryItem>DictionaryCreator. newDictionaryFile(java.lang.String id, java.lang.String path, java.util.Date timestamp)Methods in org.codelibs.fess.dict that return types with arguments of type DictionaryFile Modifier and Type Method Description org.dbflute.optional.OptionalEntity<DictionaryFile<? extends DictionaryItem>>DictionaryManager. getDictionaryFile(java.lang.String id)Methods in org.codelibs.fess.dict with parameters of type DictionaryFile Modifier and Type Method Description org.codelibs.curl.CurlResponseDictionaryManager. getContentResponse(DictionaryFile<? extends DictionaryItem> dictFile)voidDictionaryManager. store(DictionaryFile<? extends DictionaryItem> dictFile, java.io.File file) -
Uses of DictionaryFile in org.codelibs.fess.dict.kuromoji
Subclasses of DictionaryFile in org.codelibs.fess.dict.kuromoji Modifier and Type Class Description classKuromojiFileMethods in org.codelibs.fess.dict.kuromoji that return DictionaryFile Modifier and Type Method Description protected DictionaryFile<? extends DictionaryItem>KuromojiCreator. newDictionaryFile(java.lang.String id, java.lang.String path, java.util.Date timestamp) -
Uses of DictionaryFile in org.codelibs.fess.dict.mapping
Subclasses of DictionaryFile in org.codelibs.fess.dict.mapping Modifier and Type Class Description classCharMappingFileMethods in org.codelibs.fess.dict.mapping that return DictionaryFile Modifier and Type Method Description protected DictionaryFile<? extends DictionaryItem>CharMappingCreator. newDictionaryFile(java.lang.String id, java.lang.String path, java.util.Date timestamp) -
Uses of DictionaryFile in org.codelibs.fess.dict.protwords
Subclasses of DictionaryFile in org.codelibs.fess.dict.protwords Modifier and Type Class Description classProtwordsFileMethods in org.codelibs.fess.dict.protwords that return DictionaryFile Modifier and Type Method Description protected DictionaryFile<? extends DictionaryItem>ProtwordsCreator. newDictionaryFile(java.lang.String id, java.lang.String path, java.util.Date timestamp) -
Uses of DictionaryFile in org.codelibs.fess.dict.stemmeroverride
Subclasses of DictionaryFile in org.codelibs.fess.dict.stemmeroverride Modifier and Type Class Description classStemmerOverrideFileMethods in org.codelibs.fess.dict.stemmeroverride that return DictionaryFile Modifier and Type Method Description protected DictionaryFile<? extends DictionaryItem>StemmerOverrideCreator. newDictionaryFile(java.lang.String id, java.lang.String path, java.util.Date timestamp) -
Uses of DictionaryFile in org.codelibs.fess.dict.stopwords
Subclasses of DictionaryFile in org.codelibs.fess.dict.stopwords Modifier and Type Class Description classStopwordsFileMethods in org.codelibs.fess.dict.stopwords that return DictionaryFile Modifier and Type Method Description protected DictionaryFile<? extends DictionaryItem>StopwordsCreator. newDictionaryFile(java.lang.String id, java.lang.String path, java.util.Date timestamp) -
Uses of DictionaryFile in org.codelibs.fess.dict.synonym
Subclasses of DictionaryFile in org.codelibs.fess.dict.synonym Modifier and Type Class Description classSynonymFileMethods in org.codelibs.fess.dict.synonym that return DictionaryFile Modifier and Type Method Description protected DictionaryFile<? extends DictionaryItem>SynonymCreator. newDictionaryFile(java.lang.String id, java.lang.String path, java.util.Date timestamp)
-