Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for spanish_stemmer (0.05 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

            },
            "spanish_keywords": {
              "type":       "keyword_marker",
              "keywords_path": "${fess.dictionary.path}es/protwords.txt"
            },
            "spanish_stemmer": {
              "type":       "stemmer",
              "language":   "light_spanish"
            },
            "spanish_override": {
              "type":       "stemmer_override",
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 07:52:55 GMT 2026
    - 40K bytes
    - Click Count (0)
  2. src/main/resources/suggest_indices/_cloud/suggest_analyzer.json

            "stopwords":  "_spanish_"
          },
          "spanish_keywords": {
            "type":       "keyword_marker",
            "keywords": ["¡Hola", "mundo", "búsqueda"]
          },
          "spanish_stemmer": {
            "type":       "stemmer",
            "language":   "light_spanish"
          },
          "swedish_stop": {
            "type":       "stop",
            "stopwords":  "_swedish_"
          },
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Feb 27 09:26:16 GMT 2021
    - 57.4K bytes
    - Click Count (1)
Back to Top