Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for indonesia (0.25 sec)

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

              }
            }
          },
          {
            "lang_id": {
              "match": "*_id",
              "mapping": {
                "type": "text",
                "analyzer": "indonesian_analyzer"
              }
            }
          },
          {
            "lang_it": {
              "match": "*_it",
              "mapping": {
                "type": "text",
                "analyzer": "italian_analyzer"
    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Tue Aug 15 11:50:35 GMT 2023
    - 11.8K bytes
    - Viewed (0)
  2. src/main/resources/fess_indices/_cloud/fess.json

                "hungarian_stemmer"
              ]
            },
            "indonesian_analyzer": {
              "type": "custom",
              "tokenizer":  "standard",
              "filter": [
                "truncate20_filter",
                "lowercase",
                "indonesian_stop",
                "indonesian_keywords",
                "indonesian_override",
                "indonesian_stemmer"
              ]
            },
            "irish_analyzer": {
    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Feb 27 09:26:16 GMT 2021
    - 117.3K bytes
    - Viewed (0)
  3. docs/en/docs/release-notes.md

    * 🔥 Remove link to Pydantic's benchmark, as it was removed there. PR [#5811](https://github.com/tiangolo/fastapi/pull/5811) by [@Kludex](https://github.com/Kludex).
    
    ### Translations
    
    * 🌐 Fix spelling in Indonesian translation of `docs/id/docs/tutorial/index.md`. PR [#5635](https://github.com/tiangolo/fastapi/pull/5635) by [@purwowd](https://github.com/purwowd).
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri May 03 23:25:42 GMT 2024
    - 388.1K bytes
    - Viewed (1)
Back to top