- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for excluded_doc_urls (0.14 sec)
-
src/main/config/es/fess_config_web_config.json
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 2.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/webconfig/CreateForm.java
public String excludedUrls; @CustomSize(maxKey = "form.admin.max.input.size") public String includedDocUrls; @CustomSize(maxKey = "form.admin.max.input.size") public String excludedDocUrls; @CustomSize(maxKey = "form.admin.max.input.size") public String configParameter; @Min(value = 0) @Max(value = 2147483647) @ValidateTypeFailure public Integer depth;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 4.2K bytes - Viewed (0) -
src/main/resources/fess_indices/fess_config.web_config/web_config.json
}, "includedUrls": { "type": "keyword" }, "excludedUrls": { "type": "keyword" }, "includedDocUrls": { "type": "keyword" }, "excludedDocUrls": { "type": "keyword" }, "configParameter": { "type": "keyword" }, "depth": { "type": "integer" }, "maxAccessCount": { "type": "long"
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 1.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/cbean/bs/BsWebConfigCB.java
doColumn("depth"); } public void columnDescription() { doColumn("description"); } public void columnExcludedDocUrls() { doColumn("excludedDocUrls"); } public void columnExcludedUrls() { doColumn("excludedUrls"); } public void columnIncludedDocUrls() { doColumn("includedDocUrls");
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 8.3K bytes - Viewed (0)