- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for excludedUrls (0.07 sec)
-
src/main/config/es/fess_config_web_config.json
"type" : "integer" }, "description" : { "type" : "text" }, "excludedDocUrls" : { "type" : "keyword" }, "excludedUrls" : { "type" : "keyword" }, "includedDocUrls" : { "type" : "keyword" }, "includedUrls" : { "type" : "keyword" },
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 urls; @CustomSize(maxKey = "form.admin.max.input.size") public String includedUrls; @CustomSize(maxKey = "form.admin.max.input.size") public String excludedUrls; @CustomSize(maxKey = "form.admin.max.input.size") public String includedDocUrls; @CustomSize(maxKey = "form.admin.max.input.size") public String excludedDocUrls;
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
{ "properties": { "name": { "type": "keyword" }, "urls": { "type": "keyword" }, "includedUrls": { "type": "keyword" }, "excludedUrls": { "type": "keyword" }, "includedDocUrls": { "type": "keyword" }, "excludedDocUrls": { "type": "keyword" }, "configParameter": { "type": "keyword"
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
} public void columnExcludedDocUrls() { doColumn("excludedDocUrls"); } public void columnExcludedUrls() { doColumn("excludedUrls"); } public void columnIncludedDocUrls() { doColumn("includedDocUrls"); } public void columnIncludedUrls() { doColumn("includedUrls");
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 8.3K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/filter/impl/UrlFilterImpl.java
try { getUrlFilterService().addExcludeUrlFilter(sessionId, cachedExcludeSet.stream().collect(Collectors.toList())); } catch (final Exception e) { logger.warn("Failed to add exclude_urls on " + sessionId, e); } cachedExcludeSet.clear(); } } /* * (non-Javadoc) *
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Feb 22 01:47:32 UTC 2024 - 7.3K bytes - Viewed (0)