Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 67 for stemmo (0.03 sec)

  1. src/main/java/org/codelibs/fess/app/pager/StemmerOverridePager.java

    package org.codelibs.fess.app.pager;
    
    import java.io.Serializable;
    import java.util.List;
    
    import org.codelibs.fess.util.ComponentUtil;
    
    /**
     * Pager class for stemmer override dictionary management.
     *
     * This class provides pagination functionality for displaying stemmer override
     * dictionary entries in the administrative interface. It manages page state,
     * navigation controls, and provides methods for calculating page boundaries
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 6K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/web/api/admin/dict/stemmeroverride/ApiAdminDictStemmeroverrideAction.java

        }
    
        /**
         * Retrieves a specific stemmer override dictionary item by ID.
         *
         * @param dictId the dictionary ID
         * @param id the ID of the stemmer override item to retrieve
         * @return JSON response containing the stemmer override dictionary item
         */
        // GET /api/admin/dict/stemmerOverride/setting/{dictId}/{id}
        @Execute
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 9.8K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/app/web/admin/dict/stemmeroverride/AdminDictStemmeroverrideAction.java

        /**
         * Display the main index page for stemmer override dictionary management.
         * Clears the pager and shows the initial search form.
         *
         * @param form The search form containing filter criteria
         * @return HTML response for the stemmer override index page
         */
        @Execute
        @Secured({ ROLE, ROLE + VIEW })
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 23.5K bytes
    - Viewed (0)
  4. src/main/resources/fess_message_pl.properties

    errors.failed_to_upload_synonym_file = Nie można przesłać pliku synonimów.
    errors.failed_to_download_stemmeroverride_file = Nie można pobrać pliku nadpisującego stemmer.
    errors.failed_to_upload_stemmeroverride_file = Nie można przesłać pliku nadpisującego stemmer.
    errors.failed_to_download_kuromoji_file = Nie można pobrać pliku Kuromoji.
    errors.failed_to_upload_kuromoji_file = Nie można przesłać pliku Kuromoji.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12.5K bytes
    - Viewed (0)
  5. src/main/resources/fess_indices/fess_config.data_config.json

              "type": "custom",
              "tokenizer": "standard",
              "filter": [
                "cjk_width",
                "asciifolding",
                "lowercase",
                "stop",
                "stemmer"
              ]
            }
          }
        }
      }
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 484 bytes
    - Viewed (0)
  6. src/main/resources/fess_message_pt_BR.properties

    errors.failed_to_upload_synonym_file = Não foi possível carregar o arquivo de sinônimos.
    errors.failed_to_download_stemmeroverride_file = Não foi possível baixar o arquivo de substituição do Stemmer.
    errors.failed_to_upload_stemmeroverride_file = Não foi possível carregar o arquivo de substituição do Stemmer.
    errors.failed_to_download_kuromoji_file = Não foi possível baixar o arquivo Kuromoji.
    errors.failed_to_upload_kuromoji_file = Não foi possível carregar o arquivo Kuromoji.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12.8K bytes
    - Viewed (0)
  7. src/main/resources/suggest_indices/_aws/suggest_analyzer.json

          "stemmer_en_filter": {
            "type": "stemmer",
            "name": "english"
          },
          "arabic_stop": {
            "type":       "stop",
            "stopwords":  "_arabic_"
          },
          "arabic_keywords": {
            "type":       "keyword_marker",
            "keywords": ["ﻡﺮﺤﺑﺍﺍ", "ﻉﺎﻠﻣ", "ﺐﺤﺛ"]
          },
          "arabic_stemmer": {
            "type":       "stemmer",
            "language":   "arabic"
          },
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Wed Mar 24 12:55:37 UTC 2021
    - 57.4K bytes
    - Viewed (0)
  8. src/main/resources/suggest_indices/suggest_analyzer.json

            "type":       "stemmer",
            "language":   "arabic"
          },
          "bulgarian_stop": {
            "type":       "stop",
            "stopwords":  "_bulgarian_"
          },
          "bulgarian_keywords": {
            "type":       "keyword_marker",
            "keywords":   ["Добър ден"]
          },
          "bulgarian_stemmer": {
            "type":       "stemmer",
            "language":   "bulgarian"
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu May 23 05:09:51 UTC 2019
    - 57.7K bytes
    - Viewed (0)
  9. src/main/resources/fess_indices/fess_config.file_config.json

              "type": "custom",
              "tokenizer": "standard",
              "filter": [
                "cjk_width",
                "asciifolding",
                "lowercase",
                "stop",
                "stemmer"
              ]
            }
          }
        }
      }
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 484 bytes
    - Viewed (0)
  10. src/main/resources/fess_indices/fess_config.web_config.json

              "type": "custom",
              "tokenizer": "standard",
              "filter": [
                "cjk_width",
                "asciifolding",
                "lowercase",
                "stop",
                "stemmer"
              ]
            }
          }
        }
      }
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 484 bytes
    - Viewed (0)
Back to top