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) Creates a ListBody from a DictionaryFile for API responses. -
Uses of DictionaryItem in org.codelibs.fess.dict
Classes in org.codelibs.fess.dict with type parameters of type DictionaryItemModifier and TypeClassDescriptionclassDictionaryFile<T extends DictionaryItem>Abstract base class for dictionary files that manage dictionary items.Methods in org.codelibs.fess.dict that return types with arguments of type DictionaryItemModifier and TypeMethodDescriptionDictionaryFile<? extends DictionaryItem> Creates a dictionary file for the given path and timestamp if it matches this creator's pattern.org.dbflute.optional.OptionalEntity<DictionaryFile<? extends DictionaryItem>> DictionaryManager.getDictionaryFile(String id) Retrieves a specific dictionary file by its ID.DictionaryFile<? extends DictionaryItem>[]DictionaryManager.getDictionaryFiles()Retrieves all available dictionary files from the ConfigSync storage.protected abstract DictionaryFile<? extends DictionaryItem> DictionaryCreator.newDictionaryFile(String id, String path, Date timestamp) Creates a new dictionary file instance for the given parameters.Method parameters in org.codelibs.fess.dict with type arguments of type DictionaryItemModifier 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 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) Creates a new dictionary file. -
Uses of DictionaryItem in org.codelibs.fess.dict.mapping
Subclasses of DictionaryItem in org.codelibs.fess.dict.mappingModifier and TypeClassDescriptionclassRepresents a single character mapping rule that defines how input characters are mapped to output characters for text analysis and search processing.Methods 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.stemmeroverrideModifier and TypeClassDescriptionclassRepresents an item in a stemmer override dictionary.Methods 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) Creates a newStemmerOverrideFileinstance. -
Uses of DictionaryItem in org.codelibs.fess.dict.stopwords
Subclasses of DictionaryItem in org.codelibs.fess.dict.stopwordsModifier and TypeClassDescriptionclassRepresents an item in a stopwords dictionary.Methods 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) Creates a newStopwordsFileinstance. -
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) Creates a newSynonymFileinstance.