- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for setDictionaryManager (0.24 sec)
-
src/main/java/org/codelibs/fess/dict/DictionaryCreator.java
/** * Sets the dictionary manager for this creator. * * @param dictionaryManager the dictionary manager to set */ public void setDictionaryManager(final DictionaryManager dictionaryManager) { this.dictionaryManager = dictionaryManager; }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/dict/DictionaryManager.java
public void init() { if (logger.isDebugEnabled()) { logger.debug("Initialize {}", this.getClass().getSimpleName()); } creatorList.forEach(creator -> { creator.setDictionaryManager(this); }); } /** * Retrieves all available dictionary files from the ConfigSync storage. * This method queries the ConfigSync API to get file information and
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 7.7K bytes - Viewed (0)