Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Stanish (0.17 sec)

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

                "sorani_stemmer"
              ]
            },
            "spanish_analyzer": {
              "type": "custom",
              "tokenizer": "standard",
              "filter": [
                "truncate20_filter",
                "lowercase",
                "spanish_stop",
                "spanish_keywords",
                "spanish_override",
                "spanish_stemmer"
              ]
            },
            "swedish_analyzer": {
    Json
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Aug 11 01:26:55 GMT 2022
    - 39.9K bytes
    - Viewed (2)
  2. src/main/resources/fess_indices/_aws/fess/doc.json

              }
            }
          },
          {
            "lang_es": {
              "match": "*_es",
              "mapping": {
                "type": "text",
                "analyzer": "spanish_analyzer"
              }
            }
          },
          {
            "lang_et": {
              "match": "*_et",
              "mapping": {
                "type": "text",
                "analyzer": "empty_analyzer"
    Json
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Tue Aug 15 11:50:35 GMT 2023
    - 11.7K bytes
    - Viewed (0)
  3. src/main/resources/fess_indices/_cloud/fess/doc.json

              }
            }
          },
          {
            "lang_es": {
              "match": "*_es",
              "mapping": {
                "type": "text",
                "analyzer": "spanish_analyzer"
              }
            }
          },
          {
            "lang_et": {
              "match": "*_et",
              "mapping": {
                "type": "text",
                "analyzer": "empty_analyzer"
    Json
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Tue Aug 15 11:50:35 GMT 2023
    - 11.7K bytes
    - Viewed (0)
  4. src/main/resources/fess_indices/fess/doc.json

              }
            }
          },
          {
            "lang_es": {
              "match": "*_es",
              "mapping": {
                "type": "text",
                "analyzer": "spanish_analyzer"
              }
            }
          },
          {
            "lang_et": {
              "match": "*_et",
              "mapping": {
                "type": "text",
                "analyzer": "empty_analyzer"
    Json
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Tue Aug 15 11:50:35 GMT 2023
    - 11.8K bytes
    - Viewed (0)
  5. docs/en/docs/contributing.md

    Let's say you want to translate a page for a language that already has translations for some pages, like Spanish.
    
    In the case of Spanish, the 2-letter code is `es`. So, the directory for Spanish translations is located at `docs/es/`.
    
    !!! tip
        The main ("official") language is English, located at `docs/en/`.
    
    Now run the live server for the docs in Spanish:
    
    <div class="termy">
    
    ```console
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Jan 11 17:42:43 GMT 2024
    - 14.1K bytes
    - Viewed (0)
Back to top