- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for included_doc_paths (0.05 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/fileconfig/CreateForm.java
public String excludedPaths; /** The document paths to include in search results (pattern-based). */ @CustomSize(maxKey = "form.admin.max.input.size") public String includedDocPaths; /** The document paths to exclude from search results (pattern-based). */ @CustomSize(maxKey = "form.admin.max.input.size") public String excludedDocPaths;
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/config/es/fess_config_file_config.json
"type" : "text" }, "excludedDocPaths" : { "type" : "keyword" }, "excludedPaths" : { "type" : "keyword" }, "includedDocPaths" : { "type" : "keyword" }, "includedPaths" : { "type" : "keyword" }, "intervalTime" : { "type" : "integer" },
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/resources/fess_indices/fess_config.file_config/file_config.json
}, "paths": { "type": "keyword" }, "includedPaths": { "type": "keyword" }, "excludedPaths": { "type": "keyword" }, "includedDocPaths": { "type": "keyword" }, "excludedDocPaths": { "type": "keyword" }, "configParameter": { "type": "keyword" }, "depth": {
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 columnExcludedPaths() { doColumn("excludedPaths"); } public void columnIncludedDocPaths() { doColumn("includedDocPaths"); } public void columnIncludedPaths() { doColumn("includedPaths"); } public void columnIntervalTime() { doColumn("intervalTime");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 8.3K bytes - Viewed (0)