- Sort Score
- Num 10 results
- Language All
Results 61 - 70 of 84 for stopwords (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/org/codelibs/fess/app/web/api/admin/dict/stopwords/CreateBody.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.admin.dict.stopwords.CreateForm; /** * Request body for creating stop words dictionary via REST API. * Extends CreateForm to inherit validation and field definitions. */
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_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.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 13.7K bytes - Click Count (0) -
src/main/resources/fess_dict.xml
</component> <component name="protwordsCreator" class="org.codelibs.fess.dict.protwords.ProtwordsCreator"> </component> <component name="stopwordsCreator" class="org.codelibs.fess.dict.stopwords.StopwordsCreator"> </component> <component name="charMappingCreator" class="org.codelibs.fess.dict.mapping.CharMappingCreator"> </component>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Jul 28 02:34:33 GMT 2018 - 990 bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/dict/stopwords/DownloadBody.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.admin.dict.stopwords.DownloadForm; /** * Download body for stop words dictionary API operations. * This class extends the DownloadForm to provide request body handling
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/dict/stopwords/EditBody.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.admin.dict.stopwords.EditForm; /** * Request body class for stop words dictionary edit operations in the admin REST API.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.1K 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_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_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/StopwordsCreatorTest.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 org.codelibs.fess.unit.UnitFessTestCase; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.TestInfo; public class StopwordsCreatorTest extends UnitFessTestCase { @OverrideCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 1.9K bytes - Click Count (0)