Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for arabic_analyzer (0.19 sec)

  1. src/main/resources/fess_indices/_aws/fess/doc.json

    {
        "dynamic_templates": [
          {
            "lang_ar": {
              "match": "*_ar",
              "mapping": {
                "type": "text",
                "analyzer": "arabic_analyzer"
              }
            }
          },
          {
            "lang_bg": {
              "match": "*_bg",
              "mapping": {
                "type": "text",
                "analyzer": "bulgarian_analyzer"
              }
            }
          },
          {
            "lang_bn": {
    Json
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Tue Aug 15 11:50:35 GMT 2023
    - 11.7K bytes
    - Viewed (0)
  2. src/main/resources/fess_indices/_cloud/fess/doc.json

    {
        "dynamic_templates": [
          {
            "lang_ar": {
              "match": "*_ar",
              "mapping": {
                "type": "text",
                "analyzer": "arabic_analyzer"
              }
            }
          },
          {
            "lang_bg": {
              "match": "*_bg",
              "mapping": {
                "type": "text",
                "analyzer": "bulgarian_analyzer"
              }
            }
          },
          {
            "lang_bn": {
    Json
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Tue Aug 15 11:50:35 GMT 2023
    - 11.7K bytes
    - Viewed (0)
  3. src/main/resources/fess_indices/fess/doc.json

    {
        "dynamic_templates": [
          {
            "lang_ar": {
              "match": "*_ar",
              "mapping": {
                "type": "text",
                "analyzer": "arabic_analyzer"
              }
            }
          },
          {
            "lang_bg": {
              "match": "*_bg",
              "mapping": {
                "type": "text",
                "analyzer": "bulgarian_analyzer"
              }
            }
          },
          {
            "lang_bn": {
    Json
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Tue Aug 15 11:50:35 GMT 2023
    - 11.8K bytes
    - Viewed (0)
  4. src/main/resources/fess_indices/fess.json

            },
            "bigram_tokenizer": {
              "type": "ngram",
              "min_gram": 2,
              "max_gram": 2,
              "token_chars": []
            }
          },
          "analyzer": {
            "arabic_analyzer": {
              "type": "custom",
              "tokenizer": "standard",
              "filter": [
                "truncate20_filter",
                "lowercase",
                "arabic_stop",
    Json
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Aug 11 01:26:55 GMT 2022
    - 39.9K bytes
    - Viewed (2)
  5. src/main/resources/fess_indices/_aws/fess.json

                "user_words": ["덕후", "버카충", "낄끼빠빠" ]
            },
            "simplified_chinese_tokenizer": {
                "type": "smartcn_tokenizer"
            }
          },
          "analyzer": {
            "arabic_analyzer": {
              "type": "custom",
              "tokenizer": "standard",
              "filter": [
                "truncate20_filter",
                "lowercase",
                "arabic_stop",
    Json
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Tue Mar 23 12:38:28 GMT 2021
    - 117.3K bytes
    - Viewed (0)
  6. src/main/resources/fess_indices/_cloud/fess.json

                "user_dictionary_rules": ["덕후", "버카충", "낄끼빠빠" ]
            },
            "simplified_chinese_tokenizer": {
                "type": "smartcn_tokenizer"
            }
          },
          "analyzer": {
            "arabic_analyzer": {
              "type": "custom",
              "tokenizer": "standard",
              "filter": [
                "truncate20_filter",
                "lowercase",
                "arabic_stop",
    Json
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Sat Feb 27 09:26:16 GMT 2021
    - 117.3K bytes
    - Viewed (0)
Back to top