- Sort Score
- Num 10 results
- Language All
Results 61 - 70 of 74 for stopwords (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/resources/fess_config.properties
online.help.name.dict.kuromoji=kuromoji # Online help key for protected words dictionary. online.help.name.dict.protwords=protwords # Online help key for stopwords dictionary. online.help.name.dict.stopwords=stopwords # Online help key for stemmer override dictionary. online.help.name.dict.stemmeroverride=stemmeroverride # Online help key for mapping dictionary. online.help.name.dict.mapping=mapping
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 59.3K bytes - Click Count (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.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 13.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
public static final String LABELS_dict_protwords_file = "{labels.dict_protwords_file}"; /** The key of the message: Stopwords Word List */ public static final String LABELS_dict_stopwords_configuration = "{labels.dict_stopwords_configuration}"; /** The key of the message: Stopwords Word List */ public static final String LABELS_dict_stopwords_title = "{labels.dict_stopwords_title}";Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 172.6K bytes - Click Count (0) -
src/main/resources/fess_message_de.properties
errors.failed_to_upload_protwords_file = Fehler beim Hochladen einer Protwords-Datei. errors.failed_to_download_stopwords_file = Fehler beim Herunterladen einer Stopwords-Datei. errors.failed_to_upload_stopwords_file = Fehler beim Hochladen einer Stopwords-Datei. errors.failed_to_download_elevate_file = Fehler beim Herunterladen einer Elevate-Word-Datei. errors.failed_to_upload_elevate_file = Fehler beim Hochladen einer Elevate-Word-Datei.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 13.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/dict/stopwords/SearchBody.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.api.admin.dict.stopwords; import org.codelibs.fess.app.web.api.admin.dict.BaseSearchDictBody; /** * Search request body for stop words dictionary administration.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1K bytes - Click Count (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.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 12.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/dict/stopwords/StopwordsItemTest.java
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, * either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.dict.stopwords; import static org.junit.jupiter.api.Assertions.assertNotSame; import org.codelibs.fess.unit.UnitFessTestCase; import org.junit.jupiter.api.Test; public class StopwordsItemTest extends UnitFessTestCase {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 11.4K bytes - Click Count (0) -
src/main/resources/fess_label_it.properties
labels.dict_protwords_button_download=Scarica labels.dict_protwords_button_upload=Carica labels.dict_protwords_file=File protwords labels.dict_stopwords_configuration=Lista stopwords labels.dict_stopwords_title=Lista stopwords labels.dict_stopwords_list_link=Lista labels.dict_stopwords_link_create=Crea nuovo labels.dict_stopwords_link_edit=Modifica labels.dict_stopwords_link_delete=Elimina
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 52K bytes - Click Count (0) -
src/main/resources/fess_label_pt_BR.properties
labels.dict_protwords_button_download=Baixar labels.dict_protwords_button_upload=Fazer upload labels.dict_protwords_file=Arquivo Protwords labels.dict_stopwords_configuration=Lista de stopwords labels.dict_stopwords_title=Lista de stopwords labels.dict_stopwords_list_link=Lista labels.dict_stopwords_link_create=Criar novo labels.dict_stopwords_link_edit=Editar labels.dict_stopwords_link_delete=Excluir
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 53.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
*/ String getOnlineHelpNameDictProtwords(); /** * Get the value for the key 'online.help.name.dict.stopwords'. <br> * The value is, e.g. stopwords <br> * comment: Online help key for stopwords dictionary. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getOnlineHelpNameDictStopwords();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2)