Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for _indonesian_ (0.16 sec)

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

          "indonesian_stop": {
            "type":       "stop",
            "stopwords":  "_indonesian_"
          },
          "indonesian_keywords": {
            "type":       "keyword_marker",
            "keywords": ["halo", "dunia", "pencarian"]
          },
          "indonesian_stemmer": {
            "type":       "stemmer",
            "language":   "indonesian"
          },
          "italian_elision": {
            "type":         "elision",
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Feb 27 09:26:16 UTC 2021
    - 57.4K bytes
    - Viewed (1)
  2. src/main/resources/suggest_indices/suggest_analyzer.json

          },
          "indonesian_stop": {
            "type":       "stop",
            "stopwords":  "_indonesian_"
          },
          "indonesian_keywords": {
            "type":       "keyword_marker",
            "keywords":   ["halo"]
          },
          "indonesian_stemmer": {
            "type":       "stemmer",
            "language":   "indonesian"
          },
          "italian_elision": {
            "type":         "elision",
    Registered: Fri Nov 08 09:08:12 UTC 2024
    - Last Modified: Thu Oct 03 02:51:59 UTC 2019
    - 57.3K bytes
    - Viewed (0)
  3. src/main/resources/suggest_indices/_aws/suggest_analyzer.json

          "indonesian_stop": {
            "type":       "stop",
            "stopwords":  "_indonesian_"
          },
          "indonesian_keywords": {
            "type":       "keyword_marker",
            "keywords": ["halo", "dunia", "pencarian"]
          },
          "indonesian_stemmer": {
            "type":       "stemmer",
            "language":   "indonesian"
          },
          "italian_elision": {
            "type":         "elision",
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Wed Mar 24 12:55:37 UTC 2021
    - 57.4K bytes
    - Viewed (0)
  4. src/main/resources/suggest_indices/suggest_analyzer.json

          "indonesian_stop": {
            "type":       "stop",
            "stopwords":  "_indonesian_"
          },
          "indonesian_keywords": {
            "type":       "keyword_marker",
            "keywords_path": "${fess.dictionary.path}id/protwords.txt"
          },
          "indonesian_stemmer": {
            "type":       "stemmer",
            "language":   "indonesian"
          },
          "italian_elision": {
            "type":         "elision",
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu May 23 05:09:51 UTC 2019
    - 57.7K bytes
    - Viewed (0)
  5. src/main/resources/fess_indices/fess.json

              "type":       "keyword_marker",
              "keywords_path": "${fess.dictionary.path}id/protwords.txt"
            },
            "indonesian_stemmer": {
              "type":       "stemmer",
              "language":   "indonesian"
            },
            "indonesian_override": {
              "type":       "stemmer_override",
              "rules_path": "${fess.dictionary.path}id/stemmer_override.txt"
            },
            "irish_elision": {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Aug 11 01:26:55 UTC 2022
    - 39.9K bytes
    - Viewed (0)
  6. src/main/resources/fess_indices/_aws/fess.json

              "type":       "keyword_marker",
              "keywords": ["halo", "dunia", "pencarian"]
            },
            "indonesian_stemmer": {
              "type":       "stemmer",
              "language":   "indonesian"
            },
            "indonesian_override": {
              "type":       "stemmer_override",
              "rules": []
            },
            "irish_elision": {
              "type":       "elision",
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Tue Mar 23 12:38:28 UTC 2021
    - 117.3K bytes
    - Viewed (0)
  7. src/main/resources/fess_indices/_cloud/fess.json

              "type":       "keyword_marker",
              "keywords": ["halo", "dunia", "pencarian"]
            },
            "indonesian_stemmer": {
              "type":       "stemmer",
              "language":   "indonesian"
            },
            "indonesian_override": {
              "type":       "stemmer_override",
              "rules": []
            },
            "irish_elision": {
              "type":       "elision",
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Feb 27 09:26:16 UTC 2021
    - 117.3K bytes
    - Viewed (0)
  8. 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).
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Nov 01 11:25:57 UTC 2024
    - 460.3K bytes
    - Viewed (0)
Back to top