Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for suffix_words_path (0.91 sec)

  1. src/test/java/org/codelibs/opensearch/extension/analysis/NumberConcatenationFilterFactory.java

                final Settings settings) {
            super(indexSettings, name, settings);
    
            final String suffixWordsPath = settings.get("suffix_words_path");
    
            if (suffixWordsPath != null) {
                final File suffixWordsFile = environment.configDir().resolve(suffixWordsPath).toFile();
                try (Reader reader = IOUtils.getDecodingReader(new FileInputStream(suffixWordsFile), StandardCharsets.UTF_8)) {
    Registered: Fri Sep 19 09:08:11 UTC 2025
    - Last Modified: Sun May 18 02:59:16 UTC 2025
    - 2.4K bytes
    - Viewed (0)
Back to top