Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for indonesian (0.25 sec)

  1. src/main/resources/fess_indices/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 Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Aug 11 01:26:55 GMT 2022
    - 39.9K bytes
    - Viewed (2)
  2. 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": {
    Json
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu May 23 05:09:51 GMT 2019
    - 57.7K 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": {
    Json
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Wed Mar 24 12:55:37 GMT 2021
    - 57.4K bytes
    - Viewed (0)
  4. 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": {
    Json
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Sat Feb 27 09:26:16 GMT 2021
    - 57.4K bytes
    - Viewed (0)
  5. src/main/resources/fess_indices/_aws/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 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/_aws/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 Apr 22 08:04:10 GMT 2024
    - Last Modified: Tue Aug 15 11:50:35 GMT 2023
    - 11.7K bytes
    - Viewed (0)
  7. src/main/resources/fess_indices/_cloud/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 Apr 22 08:04:10 GMT 2024
    - Last Modified: Tue Aug 15 11:50:35 GMT 2023
    - 11.7K bytes
    - Viewed (0)
  8. 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 Apr 22 08:04:10 GMT 2024
    - Last Modified: Tue Aug 15 11:50:35 GMT 2023
    - 11.8K bytes
    - Viewed (0)
  9. 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 Apr 22 08:04:10 GMT 2024
    - Last Modified: Sat Feb 27 09:26:16 GMT 2021
    - 117.3K bytes
    - Viewed (0)
  10. 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 Apr 21 07:19:11 GMT 2024
    - Last Modified: Fri Apr 19 19:30:49 GMT 2024
    - 384.6K bytes
    - Viewed (1)
Back to top