Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for char_filter (1.46 sec)

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

              ]
            },
            "empty_analyzer": {
              "type": "custom",
              "tokenizer": "standard",
              "char_filter": [
                "removeall_filter"
              ]
            },
            "minhash_analyzer": {
              "type": "custom",
              "char_filter": [
                "mapping_ja_filter"
              ],
              "tokenizer": "standard",
              "filter": [
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Fri Jun 06 14:17:42 UTC 2025
    - 39.8K bytes
    - Viewed (0)
  2. src/main/resources/fess_indices/_aws/fess.json

          "refresh_interval": "1s",
          "number_of_shards": "${fess.index.number_of_shards}",
          "number_of_replicas": 0,
          "auto_expand_replicas": "${fess.index.auto_expand_replicas}"
        },
        "analysis": {
          "char_filter": {
            "mapping_fa_filter": {
              "type": "mapping",
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jun 14 00:36:40 UTC 2025
    - 117.3K bytes
    - Viewed (0)
Back to top