- Sort Score
- Num 10 results
- Language All
Results 51 - 60 of 100 for protwords (0.05 seconds)
-
src/main/resources/fess_label.properties
labels.dict_kuromoji_pos=Part-of-speech labels.dict_kuromoji_button_download=Download labels.dict_kuromoji_button_upload=Upload labels.dict_kuromoji_file=Kuromoji File labels.dict_protwords_configuration=Protwords Word List labels.dict_protwords_title=Protwords Word List labels.dict_protwords_list_link=List labels.dict_protwords_link_create=Create New labels.dict_protwords_link_edit=Edit labels.dict_protwords_link_delete=Delete
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/mylasta/action/FessHtmlPathTest.java
assertEquals("/admin/dict/mapping/admin_dict_mapping.jsp", FessHtmlPath.path_AdminDictMapping_AdminDictMappingJsp.getRoutingPath()); assertEquals("/admin/dict/protwords/admin_dict_protwords.jsp", FessHtmlPath.path_AdminDictProtwords_AdminDictProtwordsJsp.getRoutingPath()); assertEquals("/admin/dict/stemmeroverride/admin_dict_stemmeroverride.jsp",
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 13.1K bytes - Click Count (0) -
src/main/resources/fess_indices/fess.json
"keywords_path": "${fess.dictionary.path}en/protwords.txt" }, "finnish_stop": { "type": "stop", "stopwords_path": "${fess.dictionary.path}fi/stopwords.txt" }, "finnish_keywords": { "type": "keyword_marker", "keywords_path": "${fess.dictionary.path}fi/protwords.txt" }, "finnish_stemmer": {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 07:52:55 GMT 2026 - 40K bytes - Click Count (0) -
src/main/resources/esclient.xml
<arg>"fess"</arg> <arg>"ar/protwords.txt"</arg> </postConstruct> <postConstruct name="addConfigFile"> <arg>"fess"</arg> <arg>"ca/protwords.txt"</arg> </postConstruct> <postConstruct name="addConfigFile"> <arg>"fess"</arg> <arg>"ckb-iq/protwords.txt"</arg> </postConstruct> <postConstruct name="addConfigFile"> <arg>"fess"</arg> <arg>"cs/protwords.txt"</arg> </postConstruct>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 16.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java
/** The key of the message: Failed to download a protwords file. */ public static final String ERRORS_failed_to_download_protwords_file = "{errors.failed_to_download_protwords_file}"; /** The key of the message: Failed to upload a protwords file. */ public static final String ERRORS_failed_to_upload_protwords_file = "{errors.failed_to_upload_protwords_file}";Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 126.6K bytes - Click Count (0) -
src/main/resources/suggest_indices/suggest_analyzer.json
}, "danish_stemmer": { "type": "stemmer", "language": "danish" }, "dutch_stop": { "type": "stop", "stopwords": "_dutch_" }, "dutch_keywords": { "type": "keyword_marker", "keywords_path": "${fess.dictionary.path}nl/protwords.txt" },Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu May 23 05:09:51 GMT 2019 - 57.7K bytes - Click Count (0) -
src/main/resources/fess_message_pt_BR.properties
errors.failed_to_upload_kuromoji_file = Não foi possível carregar o arquivo Kuromoji. errors.failed_to_download_protwords_file = Não foi possível baixar o arquivo Protwords. 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.
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="stemmerOverrideCreator" class="org.codelibs.fess.dict.stemmeroverride.StemmerOverrideCreator"> </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"
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/protwords/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.protwords; import org.codelibs.fess.app.web.admin.dict.protwords.EditForm; /** * Request body class for protected 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/java/org/codelibs/fess/app/web/api/admin/dict/protwords/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.protwords; import org.codelibs.fess.app.web.admin.dict.protwords.CreateForm; /** * Request body for creating protected 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)