Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 206 for elision (0.09 sec)

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

            "bulgarian_override": {
              "type":       "stemmer_override",
              "rules_path": "${fess.dictionary.path}bg/stemmer_override.txt"
            },
            "catalan_elision": {
                "type":     "elision",
                "articles": [ "d", "l", "m", "n", "s", "t"]
            },
            "catalan_stop": {
              "type":       "stop",
              "stopwords_path": "${fess.dictionary.path}ca/stopwords.txt"
            },
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Aug 11 01:26:55 UTC 2022
    - 39.9K bytes
    - Viewed (0)
  2. src/main/resources/suggest_indices/suggest_analyzer.json

            "keywords":   ["Добър ден"]
          },
          "bulgarian_stemmer": {
            "type":       "stemmer",
            "language":   "bulgarian"
          },
          "catalan_elision": {
            "type":         "elision",
            "articles": [ "d", "l", "m", "n", "s", "t"]
          },
          "catalan_stop": {
            "type":       "stop",
            "stopwords":  "_catalan_"
          },
          "catalan_keywords": {
    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/_cloud/suggest_analyzer.json

            "keywords":   ["Добър ден"]
          },
          "bulgarian_stemmer": {
            "type":       "stemmer",
            "language":   "bulgarian"
          },
          "catalan_elision": {
            "type":         "elision",
            "articles": [ "d", "l", "m", "n", "s", "t"]
          },
          "catalan_stop": {
            "type":       "stop",
            "stopwords":  "_catalan_"
          },
          "catalan_keywords": {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Feb 27 09:26:16 UTC 2021
    - 57.4K bytes
    - Viewed (1)
  4. src/main/resources/suggest_indices/_aws/suggest_analyzer.json

            "keywords":   ["Добър ден"]
          },
          "bulgarian_stemmer": {
            "type":       "stemmer",
            "language":   "bulgarian"
          },
          "catalan_elision": {
            "type":         "elision",
            "articles": [ "d", "l", "m", "n", "s", "t"]
          },
          "catalan_stop": {
            "type":       "stop",
            "stopwords":  "_catalan_"
          },
          "catalan_keywords": {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Wed Mar 24 12:55:37 UTC 2021
    - 57.4K bytes
    - Viewed (0)
  5. src/main/resources/suggest_indices/suggest_analyzer.json

            "keywords":   ["Добър ден"]
          },
          "bulgarian_stemmer": {
            "type":       "stemmer",
            "language":   "bulgarian"
          },
          "catalan_elision": {
            "type":         "elision",
            "articles": [ "d", "l", "m", "n", "s", "t"]
          },
          "catalan_stop": {
            "type":       "stop",
            "stopwords":  "_catalan_"
          },
          "catalan_keywords": {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu May 23 05:09:51 UTC 2019
    - 57.7K bytes
    - Viewed (0)
  6. src/main/resources/fess_indices/_aws/fess.json

              "language":   "bulgarian"
            },
            "bulgarian_override": {
              "type":       "stemmer_override",
              "rules": []
            },
            "catalan_elision": {
                "type":     "elision",
                "articles": [ "d", "l", "m", "n", "s", "t"]
            },
            "catalan_stop": {
              "type":       "stop",
    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

              "language":   "bulgarian"
            },
            "bulgarian_override": {
              "type":       "stemmer_override",
              "rules": []
            },
            "catalan_elision": {
                "type":     "elision",
                "articles": [ "d", "l", "m", "n", "s", "t"]
            },
            "catalan_stop": {
              "type":       "stop",
    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. istioctl/pkg/tag/revision.go

    // MutatingWebhookConfiguration kubernetes object. This is exposed for
    // integration tests only
    type MutatingWebhookConfigInfo struct {
    	Name     string `json:"name"`
    	Revision string `json:"revision"`
    	Tag      string `json:"tag,omitempty"`
    }
    
    // NsInfo represents namespace related information like pods running there.
    // It is used to display data and is exposed for integration tests.
    type NsInfo struct {
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Wed Oct 09 16:05:45 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  9. compat/maven-model-builder/src/test/resources/poms/validation/raw-model/ok-ci-friendly-revision.xml

      xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
      <modelVersion>4.0.0</modelVersion>
      <groupId>com.example.group</groupId>
      <artifactId>valid-version-revision</artifactId>
      <version>${revision}</version>
    
      <description>
        This will test if the validation for the ci friendly versions
        is working correct.
      </description>
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  10. architecture/standards/0001-use-architectural-decision-records.md

    * Google Docs is not a "code-oriented" tool, like asciidoc can be
    * Review in Google Docs is not as simple as a PR code review in GitHub
    
    ## Decision
    
    The *Build Tool Team* has decided to use Architectural Decision Records (aka ADR) to track decisions we want to follow.
    
    The main logic with ADRs is to describe (architectural) decisions made:
    
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Sat Mar 02 21:54:40 UTC 2024
    - 2.8K bytes
    - Viewed (0)
Back to top