Uses of Class
org.codelibs.fess.dict.DictionaryManager
Packages that use DictionaryManager
Package
Description
-
Uses of DictionaryManager in org.codelibs.fess.app.service
Fields in org.codelibs.fess.app.service declared as DictionaryManagerModifier and TypeFieldDescriptionprotected DictionaryManagerCharMappingService.dictionaryManagerDictionary manager for accessing and managing dictionary files.protected DictionaryManagerKuromojiService.dictionaryManagerThe dictionary manager.protected DictionaryManagerProtwordsService.dictionaryManagerDictionary manager for handling dictionary filesprotected DictionaryManagerStemmerOverrideService.dictionaryManagerDictionary manager for accessing dictionary files.protected DictionaryManagerStopwordsService.dictionaryManagerThe dictionary manager for accessing dictionary files.protected DictionaryManagerSynonymService.dictionaryManagerThe dictionary manager for accessing dictionary files. -
Uses of DictionaryManager in org.codelibs.fess.app.web.admin.dict
Fields in org.codelibs.fess.app.web.admin.dict declared as DictionaryManagerModifier and TypeFieldDescriptionprotected DictionaryManagerAdminDictAction.dictionaryManagerThe dictionary manager. -
Uses of DictionaryManager in org.codelibs.fess.app.web.api.admin.dict
Fields in org.codelibs.fess.app.web.api.admin.dict declared as DictionaryManagerModifier and TypeFieldDescriptionprotected DictionaryManagerApiAdminDictAction.dictionaryManagerDictionary manager for handling dictionary file operations -
Uses of DictionaryManager in org.codelibs.fess.dict
Fields in org.codelibs.fess.dict declared as DictionaryManagerModifier and TypeFieldDescriptionprotected DictionaryManagerDictionaryCreator.dictionaryManagerManager for dictionary operations and lifecycle.protected DictionaryManagerDictionaryFile.dictionaryManagerThe dictionary manager responsible for this file.Methods in org.codelibs.fess.dict with parameters of type DictionaryManagerModifier and TypeMethodDescriptionDictionaryFile.manager(DictionaryManager dictionaryManager) Sets the dictionary manager for this file and returns this instance.voidDictionaryCreator.setDictionaryManager(DictionaryManager dictionaryManager) Sets the dictionary manager for this creator. -
Uses of DictionaryManager in org.codelibs.fess.util
Methods in org.codelibs.fess.util that return DictionaryManagerModifier and TypeMethodDescriptionstatic DictionaryManagerComponentUtil.getDictionaryManager()Gets the dictionary manager component.