- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for distinct (0.03 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/ExtractorFactory.java
if (keyList == null || keyList.isEmpty()) { throw new CrawlerSystemException("The key list is empty."); } keyList.stream().distinct().forEach(key -> addExtractor(key, extractor)); } /** * Retrieves an extractor for the specified key. * If multiple extractors are associated with the key, returns a composite extractor
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 7.3K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/CrawlerClientFactory.java
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/entity/SuggestItem.java
concatValues(existingValues, readings[i]); map.put(FieldNames.READING_PREFIX + i, existingValues.stream().distinct().toList()); } else { final String[] values = readings[i] == null ? null : Arrays.stream(readings[i]).distinct().toArray(n -> new String[n]); map.put(FieldNames.READING_PREFIX + i, values); } }
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Thu Aug 07 02:41:28 UTC 2025 - 25.1K bytes - Viewed (0)