- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for excludedUrls (0.06 seconds)
-
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsWebConfigCQ.java
public void setExcludedUrls_Equal(String excludedUrls) { setExcludedUrls_Term(excludedUrls, null); } public void setExcludedUrls_Equal(String excludedUrls, ConditionOptionCall<TermQueryBuilder> opLambda) { setExcludedUrls_Term(excludedUrls, opLambda); } public void setExcludedUrls_Term(String excludedUrls) { setExcludedUrls_Term(excludedUrls, null); }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 172.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/ca/bs/BsWebConfigCA.java
setExcludedUrls_Terms("excludedUrls", opLambda, null); } public void setExcludedUrls_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda, OperatorCall<BsWebConfigCA> aggsLambda) { setExcludedUrls_Terms("excludedUrls", opLambda, aggsLambda); }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 149K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
public static final String LABELS_EXCLUDED_PATHS = "{labels.excludedPaths}"; /** The key of the message: Excluded URLs for Crawling */ public static final String LABELS_EXCLUDED_URLS = "{labels.excludedUrls}"; /** The key of the message: Excluded Paths for Searching */ public static final String LABELS_EXCLUDED_DOC_PATHS = "{labels.excludedDocPaths}"; /** The key of the message: Excluded URLs for Searching */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 172.6K bytes - Click Count (0)