Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for alphanum_word (0.17 seconds)

  1. src/test/java/org/codelibs/opensearch/extension/ExtensionPlugin.java

            extra.put("reloadable_stop", ReloadableStopFilterFactory::new);
            extra.put("flexible_porter_stem", FlexiblePorterStemFilterFactory::new);
            extra.put("alphanum_word", AlphaNumWordFilterFactory::new);
            extra.put("disable_graph", DisableGraphFilterFactory::new);
            return extra;
        }
    
        @Override
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Tue Jul 08 14:37:06 GMT 2025
    - 5.5K bytes
    - Click Count (0)
  2. src/main/resources/fess_indices/fess.json

              "length" : 10
            },
            "truncate20_filter" : {
              "type" : "truncate",
              "length" : 20
            },
            "alphanum_word_filter" : {
              "type" : "alphanum_word",
              "max_token_length" : 20
            },
            "minhash_filter" : {
              "type" : "minhash",
              "seed" : 1,
              "bit" : 2,
              "size" : 64
            },
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 07:52:55 GMT 2026
    - 40K bytes
    - Click Count (0)
Back to Top