Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for readingAnalyzer (0.15 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/resources/suggest_indices/_cloud/suggest_analyzer.json

          },
          "fess_korean_normal": {
            "type": "nori_tokenizer",
            "decompound_mode": "mixed",
            "user_dictionary_rules": ["덕후", "버카충", "낄끼빠빠" ]
          }
        },
        "analyzer" : {
          "reading_analyzer" : {
            "type" : "custom",
            "tokenizer" : "fess_japanese_normal",
            "filter" : ["reading_form"]
          },
          "reading_term_analyzer" : {
            "type" : "custom",
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Feb 27 09:26:16 GMT 2021
    - 57.4K bytes
    - Click Count (1)
  2. src/main/resources/suggest_indices/suggest_analyzer.json

            "discard_punctuation" : "false"
          },
          "pattern_split" : {
            "type" : "simple_pattern_split",
            "pattern" : "__and__"
          }
        },
        "analyzer" : {
          "reading_analyzer" : {
            "type" : "custom",
            "tokenizer" : "kuromoji_neologd_normal",
            "filter" : ["reading_form"]
          },
          "reading_term_analyzer" : {
            "type" : "custom",
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Thu Oct 03 02:51:59 GMT 2019
    - 57.3K bytes
    - Click Count (3)
Back to Top