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) Creates a ListBody from a DictionaryFile for API responses. -
Uses of DictionaryFile in org.codelibs.fess.dict
Methods in org.codelibs.fess.dict that return DictionaryFileModifier and TypeMethodDescriptionDictionaryFile<? extends DictionaryItem> Creates a dictionary file for the given path and timestamp if it matches this creator's pattern.DictionaryFile<? extends DictionaryItem>[]DictionaryManager.getDictionaryFiles()Retrieves all available dictionary files from the ConfigSync storage.DictionaryFile.manager(DictionaryManager dictionaryManager) Sets the dictionary manager for this file and returns this instance.protected abstract DictionaryFile<? extends DictionaryItem> DictionaryCreator.newDictionaryFile(String id, String path, Date timestamp) Creates a new dictionary file instance for the given parameters.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) Retrieves a specific dictionary file by its ID.Methods in org.codelibs.fess.dict with parameters of type DictionaryFileModifier and TypeMethodDescriptionorg.codelibs.curl.CurlResponseDictionaryManager.getContentResponse(DictionaryFile<? extends DictionaryItem> dictFile) Gets the HTTP response containing the content of a dictionary file.voidDictionaryManager.store(DictionaryFile<? extends DictionaryItem> dictFile, File file) Stores or updates a dictionary file in the ConfigSync storage. -
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) Creates a new dictionary file. -
Uses of DictionaryFile in org.codelibs.fess.dict.mapping
Subclasses of DictionaryFile in org.codelibs.fess.dict.mappingModifier and TypeClassDescriptionclassCharacter mapping file handler for managing character mapping dictionaries.Methods 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.stemmeroverrideModifier and TypeClassDescriptionclassManages a dictionary file for stemmer overrides.Methods in org.codelibs.fess.dict.stemmeroverride that return DictionaryFileModifier and TypeMethodDescriptionprotected DictionaryFile<? extends DictionaryItem> StemmerOverrideCreator.newDictionaryFile(String id, String path, Date timestamp) Creates a newStemmerOverrideFileinstance. -
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) Creates a newStopwordsFileinstance. -
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) Creates a newSynonymFileinstance.