Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Vietnamese (0.24 sec)

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

                "turkish_override",
                "turkish_stemmer"
              ]
            },
            "vietnamese_analyzer": {
              "type": "custom",
              "tokenizer": "vietnamese_tokenizer",
              "filter": [
                "truncate20_filter",
                "lowercase",
                "vietnamese_stop"
              ]
            },
            "standard_analyzer": {
              "type": "custom",
    Json
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Aug 11 01:26:55 GMT 2022
    - 39.9K bytes
    - Viewed (2)
  2. src/main/resources/fess_indices/fess/doc.json

              }
            }
          },
          {
            "lang_vi": {
              "match": "*_vi",
              "mapping": {
                "type": "text",
                "analyzer": "vietnamese_analyzer"
              }
            }
          },
          {
            "lang_zh-cn": {
              "match": "*_zh-cn",
              "mapping": {
                "type": "text",
    Json
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Tue Aug 15 11:50:35 GMT 2023
    - 11.8K bytes
    - Viewed (0)
Back to top