Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 4 of 4 for reading_term_analyzer_pl (0.11 seconds)

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

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

            "filter" : ["lowercase", "content_length_filter", "limit_token_count_filter"]
          },
          "reading_analyzer_pl" : {
            "type" : "custom",
            "tokenizer" : "standard"
          },
          "reading_term_analyzer_pl" : {
            "type" : "custom",
            "tokenizer" : "standard"
          },
          "normalize_analyzer_pl" : {
            "type" : "custom",
            "tokenizer" : "keyword",
    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)
  2. src/main/resources/suggest_indices/_cloud/suggest_analyzer.json

            "filter" : ["lowercase", "content_length_filter", "limit_token_count_filter"]
          },
          "reading_analyzer_pl" : {
            "type" : "custom",
            "tokenizer" : "standard"
          },
          "reading_term_analyzer_pl" : {
            "type" : "custom",
            "tokenizer" : "standard"
          },
          "normalize_analyzer_pl" : {
            "type" : "custom",
            "tokenizer" : "keyword",
    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)
  3. src/test/java/org/codelibs/fess/suggest/converter/AnalyzerConverterTest.java

    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Mon Sep 01 13:33:03 GMT 2025
    - 12.5K bytes
    - Click Count (0)
  4. src/main/java/org/codelibs/fess/suggest/settings/AnalyzerSettings.java

    Shinsuke Sugaya <******@****.***> 1769950104 +0900
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Sun Feb 01 12:48:24 GMT 2026
    - 24.4K bytes
    - Click Count (0)
Back to Top