- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 13 for excluded_paths (0.07 seconds)
-
src/test/java/org/codelibs/fess/it/search/ScrollSearchApiTests.java
final String paths = "file:" + getTestDataPath(); requestBody.put("name", NAME_PREFIX + "FileConfig"); requestBody.put("paths", paths); requestBody.put("excluded_paths", ".*\\.git.*"); requestBody.put("max_access_count", 10); requestBody.put("num_of_thread", 1); requestBody.put("interval_time", 0); requestBody.put("boost", 100);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Dec 20 03:03:44 GMT 2025 - 7.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsLabelType.java
this.createdTime = value; } public String getExcludedPaths() { checkSpecifiedProperty("excludedPaths"); return convertEmptyToNull(excludedPaths); } public void setExcludedPaths(String value) { registerModifiedProperty("excludedPaths"); this.excludedPaths = value; } public String getIncludedPaths() { checkSpecifiedProperty("includedPaths");Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 8.5K bytes - Click Count (0) -
src/main/config/es/fess_config_file_config.json
"type" : "integer" }, "description" : { "type" : "text" }, "excludedDocPaths" : { "type" : "keyword" }, "excludedPaths" : { "type" : "keyword" }, "includedDocPaths" : { "type" : "keyword" }, "includedPaths" : { "type" : "keyword" },
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Dec 02 13:14:56 GMT 2021 - 2.3K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/labeltype/admin_labeltype_edit.jsp
<label for="excludedPaths" class="col-sm-3 text-sm-right col-form-label"><la:message key="labels.labeltype_excluded_paths"/></label> <div class="col-sm-9"> <la:errors property="excludedPaths"/> <la:textarea styleId="excludedPaths" property="excludedPaths"Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 7.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/exentity/LabelType.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 1.9K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/labeltype/admin_labeltype_details.jsp
<th><la:message key="labels.labeltype_excluded_paths"/></th> <td>${f:br(f:h(excludedPaths))}<la:hidden property="excludedPaths"/></td> </tr> <tr> <th><la:message key="labels.permissions"/></th>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 5.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/fileconfig/CreateForm.java
public String includedPaths; /** The paths to exclude during crawling (pattern-based). */ @CustomSize(maxKey = "form.admin.max.input.size") public String excludedPaths; /** The document paths to include in search results (pattern-based). */ @CustomSize(maxKey = "form.admin.max.input.size") public String includedDocPaths;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 5.6K bytes - Click Count (0) -
src/main/resources/fess_indices/fess_config.label_type/label_type.json
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Dec 02 13:14:56 GMT 2021 - 646 bytes - Click Count (0) -
src/main/resources/fess_indices/fess_config.file_config/file_config.json
{ "properties": { "name": { "type": "keyword" }, "paths": { "type": "keyword" }, "includedPaths": { "type": "keyword" }, "excludedPaths": { "type": "keyword" }, "includedDocPaths": { "type": "keyword" }, "excludedDocPaths": { "type": "keyword" }, "configParameter": {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Dec 02 13:14:56 GMT 2021 - 1.3K bytes - Click Count (0) -
src/main/config/es/fess_config_label_type.json
"label_type" : { "properties" : { "createdBy" : { "type" : "keyword" }, "createdTime" : { "type" : "long" }, "excludedPaths" : { "type" : "keyword" }, "includedPaths" : { "type" : "keyword" }, "name" : { "type" : "keyword" },
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Dec 02 13:14:56 GMT 2021 - 1.4K bytes - Click Count (0)