- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for newItem (0.05 sec)
-
src/main/java/org/codelibs/fess/dict/protwords/ProtwordsFile.java
final ProtwordsItem item = new ProtwordsItem(id, input); if (updater != null) { final ProtwordsItem newItem = updater.write(item); if (newItem != null) { itemList.add(newItem); } else { id--; } } else {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 9.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/dict/stopwords/StopwordsFile.java
final StopwordsItem item = new StopwordsItem(id, input); if (updater != null) { final StopwordsItem newItem = updater.write(item); if (newItem != null) { itemList.add(newItem); } else { id--; } } else {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 9.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/dict/kuromoji/KuromojiFile.java
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 9.7K bytes - Viewed (0)