Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for Minnich (0.21 sec)

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

              ]
            },
            "finnish_analyzer": {
              "type": "custom",
              "tokenizer":  "standard",
              "filter": [
                "truncate20_filter",
                "lowercase",
                "finnish_stop",
                "finnish_keywords",
                "finnish_override",
                "finnish_stemmer"
              ]
            },
            "french_analyzer": {
    Json
    - Registered: Mon Apr 15 08:04:17 GMT 2024
    - Last Modified: Thu Aug 11 01:26:55 GMT 2022
    - 39.9K bytes
    - Viewed (2)
  2. docs/pl/docs/help-fastapi.md

    Dodając gwiazdkę, inni użytkownicy będą mogli łatwiej znaleźć projekt i zobaczyć, że był już przydatny dla innych.
    
    ## Obserwuj repozytorium GitHub w poszukiwaniu nowych wydań
    
    Plain Text
    - Registered: Sun Apr 14 07:19:09 GMT 2024
    - Last Modified: Sun Mar 31 23:52:53 GMT 2024
    - 14.8K bytes
    - Viewed (0)
  3. src/main/resources/fess_indices/fess/fi/stopwords.txt

    # https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/finnish_stop.txt
    olla
    olen
    olet
    on
    olemme
    olette
    ovat
    ole
    oli
    olisi
    olisit
    olisin
    olisimme
    olisitte
    olisivat
    olit
    olin
    olimme
    olitte
    olivat
    ollut
    olleet
    en
    et
    ei
    emme
    ette
    eivät
    minä
    minun
    minut
    minua
    minussa
    minusta
    minuun
    minulla
    Plain Text
    - Registered: Mon Apr 15 08:04:17 GMT 2024
    - Last Modified: Mon Nov 27 12:59:36 GMT 2023
    - 1.7K bytes
    - Viewed (0)
  4. src/main/resources/suggest_indices/suggest_analyzer.json

            "keywords":   ["hello"]
          },
          "finnish_stop": {
            "type":       "stop",
            "stopwords":  "_finnish_"
          },
          "finnish_keywords": {
            "type":       "keyword_marker",
            "keywords":   ["Hei"]
          },
          "finnish_stemmer": {
            "type":       "stemmer",
            "language":   "finnish"
          },
          "french_elision": {
    Json
    - Registered: Mon Apr 15 08:04:17 GMT 2024
    - Last Modified: Thu May 23 05:09:51 GMT 2019
    - 57.7K bytes
    - Viewed (0)
  5. src/main/resources/suggest_indices/_aws/suggest_analyzer.json

            "keywords":   ["hello"]
          },
          "finnish_stop": {
            "type":       "stop",
            "stopwords":  "_finnish_"
          },
          "finnish_keywords": {
            "type":       "keyword_marker",
            "keywords":   ["Hei"]
          },
          "finnish_stemmer": {
            "type":       "stemmer",
            "language":   "finnish"
          },
          "french_elision": {
    Json
    - Registered: Mon Apr 15 08:04:17 GMT 2024
    - Last Modified: Wed Mar 24 12:55:37 GMT 2021
    - 57.4K bytes
    - Viewed (0)
  6. src/main/resources/suggest_indices/_cloud/suggest_analyzer.json

            "keywords":   ["hello"]
          },
          "finnish_stop": {
            "type":       "stop",
            "stopwords":  "_finnish_"
          },
          "finnish_keywords": {
            "type":       "keyword_marker",
            "keywords":   ["Hei"]
          },
          "finnish_stemmer": {
            "type":       "stemmer",
            "language":   "finnish"
          },
          "french_elision": {
    Json
    - Registered: Mon Apr 15 08:04:17 GMT 2024
    - Last Modified: Sat Feb 27 09:26:16 GMT 2021
    - 57.4K bytes
    - Viewed (0)
  7. src/main/resources/fess_indices/_aws/fess.json

              ]
            },
            "finnish_analyzer": {
              "type": "custom",
              "tokenizer":  "standard",
              "filter": [
                "truncate20_filter",
                "lowercase",
                "finnish_stop",
                "finnish_keywords",
                "finnish_override",
                "finnish_stemmer"
              ]
            },
            "french_analyzer": {
    Json
    - Registered: Mon Apr 15 08:04:17 GMT 2024
    - Last Modified: Tue Mar 23 12:38:28 GMT 2021
    - 117.3K bytes
    - Viewed (0)
  8. docs/pl/docs/tutorial/first-steps.md

    {!../../../docs_src/first_steps/tutorial001.py!}
    ```
    
    Możesz zwrócić `dict`, `list`, pojedynczą wartość jako `str`, `int`, itp.
    
    Możesz również zwrócić modele Pydantic (więcej o tym później).
    
    Istnieje wiele innych obiektów i modeli, które zostaną automatycznie skonwertowane do formatu JSON (w tym ORM itp.). Spróbuj użyć swoich ulubionych, jest bardzo prawdopodobne, że są już obsługiwane.
    
    ## Podsumowanie
    
    * Zaimportuj `FastAPI`.
    Plain Text
    - Registered: Sun Apr 14 07:19:09 GMT 2024
    - Last Modified: Thu Jul 14 11:30:09 GMT 2022
    - 9.8K bytes
    - Viewed (0)
  9. src/main/resources/fess_indices/_aws/fess/doc.json

              }
            }
          },
          {
            "lang_fi": {
              "match": "*_fi",
              "mapping": {
                "type": "text",
                "analyzer": "finnish_analyzer"
              }
            }
          },
          {
            "lang_fr": {
              "match": "*_fr",
              "mapping": {
                "type": "text",
                "analyzer": "french_analyzer"
    Json
    - Registered: Mon Apr 15 08:04:17 GMT 2024
    - Last Modified: Tue Aug 15 11:50:35 GMT 2023
    - 11.7K bytes
    - Viewed (0)
  10. src/main/resources/fess_indices/_cloud/fess/doc.json

              }
            }
          },
          {
            "lang_fi": {
              "match": "*_fi",
              "mapping": {
                "type": "text",
                "analyzer": "finnish_analyzer"
              }
            }
          },
          {
            "lang_fr": {
              "match": "*_fr",
              "mapping": {
                "type": "text",
                "analyzer": "french_analyzer"
    Json
    - Registered: Mon Apr 15 08:04:17 GMT 2024
    - Last Modified: Tue Aug 15 11:50:35 GMT 2023
    - 11.7K bytes
    - Viewed (0)
Back to top