- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getDecodingReader (0.22 sec)
-
src/test/java/org/codelibs/opensearch/extension/analysis/NumberConcatenationFilterFactory.java
if (suffixWordsPath != null) { final File suffixWordsFile = environment.configFile().resolve(suffixWordsPath).toFile(); try (Reader reader = IOUtils.getDecodingReader(new FileInputStream(suffixWordsFile), StandardCharsets.UTF_8)) { suffixWords = WordlistLoader.getWordSet(reader); } catch (final IOException e) {
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Thu Feb 22 01:36:54 UTC 2024 - 2.4K bytes - Viewed (0)