- Sort Score
- Result 10 results
- Languages All
Results 161 - 170 of 422 for updatedAt (0.06 sec)
-
src/main/resources/fess_indices/fess_config.role_type/role_type.json
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 410 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/dict/stemmeroverride/StemmerOverrideFile.java
protected Writer writer; /** The stemmer override item being added or updated. */ protected StemmerOverrideItem item; /** * Constructs a new updater for a stemmer override item. * * @param newItem The item to be added or updated. * @throws DictionaryException if the temporary file cannot be created. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 13.7K bytes - Viewed (0) -
src/main/config/es/fess_config_file_config.json
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 2.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/dict/kuromoji/KuromojiFile.java
/** The writer for the new file. */ protected Writer writer; /** The item to be added or updated. */ protected KuromojiItem item; /** * Constructs a new Kuromoji updater. * * @param newItem The new item to be added or updated. */ protected KuromojiUpdater(final KuromojiItem newItem) { try {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 11.3K bytes - Viewed (0) -
src/main/resources/fess_indices/fess_config.file_authentication/file_authentication.json
}, "fileConfigId": { "type": "keyword" }, "createdBy": { "type": "keyword" }, "createdTime": { "type": "long" }, "updatedBy": { "type": "keyword" }, "updatedTime": { "type": "long" } }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 644 bytes - Viewed (0) -
src/main/resources/fess_indices/fess_config.label_type/label_type.json
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 646 bytes - Viewed (0) -
src/main/resources/fess_indices/fess_config.web_authentication/web_authentication.json
}, "webConfigId": { "type": "keyword" }, "createdBy": { "type": "keyword" }, "createdTime": { "type": "long" }, "updatedBy": { "type": "keyword" }, "updatedTime": { "type": "long" } }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 699 bytes - Viewed (0) -
src/main/config/es/fess_config_role_type.json
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 950 bytes - Viewed (0) -
src/main/config/es/fess_config_key_match.json
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 1.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/dict/mapping/CharMappingItemTest.java
// Initially not updated assertFalse(item.isUpdated()); // Set only newInputs - still not updated item.setNewInputs(new String[] { "new" }); assertFalse(item.isUpdated()); // Set both newInputs and newOutput - now updated item.setNewOutput("newOutput"); assertTrue(item.isUpdated());
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 12.2K bytes - Viewed (0)