- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 26 for stopWords (0.16 sec)
-
src/main/resources/fess_indices/fess.json
"stopwords_path": "${fess.dictionary.path}ja/stopwords.txt" }, "korean_stop": { "type": "stop", "stopwords_path": "${fess.dictionary.path}ko/stopwords.txt" }, "latvian_stop": { "type": "stop", "stopwords_path": "${fess.dictionary.path}lv/stopwords.txt" }, "latvian_keywords": {
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Jun 06 14:17:42 UTC 2025 - 39.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/stopwords/AdminDictStopwordsAction.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.admin.dict.stopwords; import java.io.File; import java.io.IOException; import java.io.InputStream; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import org.codelibs.core.beans.util.BeanUtil;
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 20.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/dict/stopwords/StopwordsFile.java
private static final String STOPWORDS = "stopwords"; /** The list of stopword items loaded from the dictionary file. */ List<StopwordsItem> stopwordsItemList; /** * Constructs a new stopwords file. * * @param id The unique identifier for this dictionary file. * @param path The path to the dictionary file.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 20 07:09:00 UTC 2025 - 13K bytes - Viewed (0) -
src/main/resources/esclient.xml
</postConstruct> <postConstruct name="addConfigFile"> <arg>"fess"</arg> <arg>"cs/stopwords.txt"</arg> </postConstruct> <postConstruct name="addConfigFile"> <arg>"fess"</arg> <arg>"da/stopwords.txt"</arg> </postConstruct> <postConstruct name="addConfigFile"> <arg>"fess"</arg> <arg>"de/stopwords.txt"</arg> </postConstruct> <postConstruct name="addConfigFile">
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Wed Nov 06 13:45:02 UTC 2024 - 16K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessHtmlPath.java
/** The path of the HTML: /admin/dict/stopwords/admin_dict_stopwords.jsp */ HtmlNext path_AdminDictStopwords_AdminDictStopwordsJsp = new HtmlNext("/admin/dict/stopwords/admin_dict_stopwords.jsp"); /** The path of the HTML: /admin/dict/stopwords/admin_dict_stopwords_details.jsp */ HtmlNext path_AdminDictStopwords_AdminDictStopwordsDetailsJsp = new HtmlNext("/admin/dict/stopwords/admin_dict_stopwords_details.jsp");Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Jun 21 04:02:44 UTC 2025 - 26.3K bytes - Viewed (0) -
src/main/resources/fess_message_pt_BR.properties
errors.failed_to_upload_protwords_file = Não foi possível carregar o arquivo Protwords. errors.failed_to_download_stopwords_file = Não foi possível baixar o arquivo de stopwords. errors.failed_to_upload_stopwords_file = Não foi possível carregar o arquivo de stopwords. errors.failed_to_download_elevate_file = Não foi possível baixar o arquivo de palavras elevadas.
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12.8K bytes - Viewed (0) -
src/main/resources/fess_message_it.properties
errors.failed_to_upload_protwords_file = Impossibile caricare il file Protwords. errors.failed_to_download_stopwords_file = Impossibile scaricare il file delle stopwords. errors.failed_to_upload_stopwords_file = Impossibile caricare il file delle stopwords. errors.failed_to_download_elevate_file = Impossibile scaricare il file delle parole elevate. errors.failed_to_upload_elevate_file = Impossibile caricare il file delle parole elevate.
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12.3K bytes - Viewed (0) -
ADDING_NEW_LANGUAGE.md
Available dictionary types: - `stopwords.txt` - Words to exclude from indexing - `stemmer_override.txt` - Custom stemming rules - `protwords.txt` - Protected words (no stemming) - `mapping.txt` - Character/token mappings **Example directory structure:** ``` dictionary/ └── sv/ ├── stopwords.txt ├── stemmer_override.txt └── protwords.txt ```
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 06 11:36:30 UTC 2025 - 10.4K bytes - Viewed (0) -
src/main/resources/fess_message_id.properties
errors.failed_to_upload_protwords_file = Gagal mengunggah berkas protwords. errors.failed_to_download_stopwords_file = Gagal mengunduh berkas stopwords. errors.failed_to_upload_stopwords_file = Gagal mengunggah berkas stopwords. errors.failed_to_download_elevate_file = Gagal mengunduh berkas elevate word. errors.failed_to_upload_elevate_file = Gagal mengunggah berkas elevate word.
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 07 14:12:58 UTC 2025 - 11.8K bytes - Viewed (0) -
src/main/resources/fess_message.properties
errors.failed_to_upload_protwords_file = Failed to upload a protwords file. errors.failed_to_download_stopwords_file = Failed to download a stopwords file. errors.failed_to_upload_stopwords_file = Failed to upload a stopwords file. errors.failed_to_download_elevate_file = Failed to download an elevate word file. errors.failed_to_upload_elevate_file = Failed to upload an elevate word file.
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 11.6K bytes - Viewed (0)