- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 12 for excludedPaths (0.13 sec)
-
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");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 8.5K bytes - Viewed (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" },
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 2.3K bytes - Viewed (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"
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 7.5K bytes - Viewed (0) -
src/main/resources/fess_indices/fess_config.label_type/label_type.json
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 646 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/exentity/LabelType.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 1.9K bytes - Viewed (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;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.6K bytes - Viewed (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>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 5.6K bytes - Viewed (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" },
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 1.4K bytes - Viewed (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": {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 1.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsFileConfigCB.java
} public void columnExcludedDocPaths() { doColumn("excludedDocPaths"); } public void columnExcludedPaths() { doColumn("excludedPaths"); } public void columnIncludedDocPaths() { doColumn("includedDocPaths"); } public void columnIncludedPaths() { doColumn("includedPaths");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 8.3K bytes - Viewed (0)