Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for turkish (0.05 sec)

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

              "type":       "lowercase",
              "language":   "turkish"
            },
            "turkish_keywords": {
              "type":       "keyword_marker",
              "keywords_path": "${fess.dictionary.path}tr/protwords.txt"
            },
            "turkish_stemmer": {
              "type":       "stemmer",
              "language":   "turkish"
            },
            "turkish_override": {
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Jun 06 14:17:42 UTC 2025
    - 39.8K bytes
    - Viewed (0)
  2. src/main/resources/suggest_indices/_cloud/suggest_analyzer.json

            "type":       "stemmer",
            "language":   "swedish"
          },
          "turkish_stop": {
            "type":       "stop",
            "stopwords":  "_turkish_"
          },
          "turkish_lowercase": {
            "type":       "lowercase",
            "language":   "turkish"
          },
          "turkish_keywords": {
            "type":       "keyword_marker",
            "keywords": ["Merhaba", "Dünya", "arama"]
          },
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Feb 27 09:26:16 UTC 2021
    - 57.4K bytes
    - Viewed (1)
  3. src/main/resources/suggest_indices/_aws/suggest_analyzer.json

            "type":       "stemmer",
            "language":   "swedish"
          },
          "turkish_stop": {
            "type":       "stop",
            "stopwords":  "_turkish_"
          },
          "turkish_lowercase": {
            "type":       "lowercase",
            "language":   "turkish"
          },
          "turkish_keywords": {
            "type":       "keyword_marker",
            "keywords": ["Merhaba", "Dünya", "arama"]
          },
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Wed Mar 24 12:55:37 UTC 2021
    - 57.4K bytes
    - Viewed (0)
  4. src/main/resources/suggest_indices/suggest_analyzer.json

            "type":       "stemmer",
            "language":   "swedish"
          },
          "turkish_stop": {
            "type":       "stop",
            "stopwords":  "_turkish_"
          },
          "turkish_lowercase": {
            "type":       "lowercase",
            "language":   "turkish"
          },
          "turkish_keywords": {
            "type":       "keyword_marker",
            "keywords_path": "${fess.dictionary.path}tr/protwords.txt"
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu May 23 05:09:51 UTC 2019
    - 57.7K bytes
    - Viewed (0)
  5. src/main/resources/suggest_indices/suggest_analyzer.json

            "stopwords":  "_turkish_"
          },
          "turkish_lowercase": {
            "type":       "lowercase",
            "language":   "turkish"
          },
          "turkish_keywords": {
            "type":       "keyword_marker",
            "keywords":   ["Merhaba"]
          },
          "turkish_stemmer": {
            "type":       "stemmer",
            "language":   "turkish"
          },
          "thai_stop": {
    Registered: Sat Dec 20 13:04:59 UTC 2025
    - Last Modified: Thu Oct 03 02:51:59 UTC 2019
    - 57.3K bytes
    - Viewed (3)
  6. docs/en/docs/release-notes.md

    * 🌐 Add Turkish translation for `docs/tr/docs/advanced/index.md`. PR [#11606](https://github.com/tiangolo/fastapi/pull/11606) by [@hasansezertasan](https://github.com/hasansezertasan).
    * 🌐 Add Turkish translation for `docs/tr/docs/deployment/cloud.md`. PR [#11610](https://github.com/tiangolo/fastapi/pull/11610) by [@hasansezertasan](https://github.com/hasansezertasan).
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 19:06:15 UTC 2025
    - 586.7K bytes
    - Viewed (0)
  7. src/main/resources/fess_indices/_aws/fess.json

            "turkish_lowercase": {
              "type":       "lowercase",
              "language":   "turkish"
            },
            "turkish_keywords": {
              "type":       "keyword_marker",
              "keywords": ["Merhaba", "Dünya", "arama"]
            },
            "turkish_stemmer": {
              "type":       "stemmer",
              "language":   "turkish"
            },
            "turkish_override": {
              "type":       "stemmer_override",
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Jun 14 00:36:40 UTC 2025
    - 117.3K bytes
    - Viewed (0)
  8. src/main/resources/fess_indices/_cloud/fess.json

            "turkish_lowercase": {
              "type":       "lowercase",
              "language":   "turkish"
            },
            "turkish_keywords": {
              "type":       "keyword_marker",
              "keywords": ["Merhaba", "Dünya", "arama"]
            },
            "turkish_stemmer": {
              "type":       "stemmer",
              "language":   "turkish"
            },
            "turkish_override": {
              "type":       "stemmer_override",
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Feb 27 09:26:16 UTC 2021
    - 117.3K bytes
    - Viewed (0)
  9. compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/Mojo.java

         * and feedback to the user.
         *
         * @param log a new logger
         *
         * @deprecated Use SLF4J directly
         */
        @Deprecated
        void setLog(Log log);
    
        /**
         * Furnish access to the standard Maven logging mechanism which is managed in this base class.
         *
         * @return a log4j-like logger object which allows plugins to create messages at levels of <code>"debug"</code>,
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  10. impl/maven-core/src/site/apt/inheritance.apt

      jarfile to pom-4.0.0.xml (and successive revisions to the base pom made to
      accommodate changes in the model will be named accordingly - 4.0.1, 4.0.2, ...).
    
    Minimum Element-Set for a Project POM
    
      In order to furnish a basic set of information which we need to distinguish one
      project from another, maven requires a minimum set of elements to be specified
      in each project's pom.xml.
    
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 3.5K bytes
    - Viewed (0)
Back to top