- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for included_doc_urls (0.05 sec)
-
src/main/config/es/fess_config_web_config.json
"type" : "text" }, "excludedDocUrls" : { "type" : "keyword" }, "excludedUrls" : { "type" : "keyword" }, "includedDocUrls" : { "type" : "keyword" }, "includedUrls" : { "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.web_config/web_config.json
}, "urls": { "type": "keyword" }, "includedUrls": { "type": "keyword" }, "excludedUrls": { "type": "keyword" }, "includedDocUrls": { "type": "keyword" }, "excludedDocUrls": { "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/app/web/admin/webconfig/CreateForm.java
public String excludedUrls; /** * Document URL patterns to include in search index. */ @CustomSize(maxKey = "form.admin.max.input.size") public String includedDocUrls; /** * Document URL patterns to exclude from search index. */ @CustomSize(maxKey = "form.admin.max.input.size") public String excludedDocUrls; /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsWebConfigCB.java
} public void columnExcludedUrls() { doColumn("excludedUrls"); } public void columnIncludedDocUrls() { doColumn("includedDocUrls"); } public void columnIncludedUrls() { doColumn("includedUrls"); } 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.4K bytes - Viewed (0)