- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for excludedDocUrls (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsWebConfigCQ.java
public void setExcludedDocUrls_Equal(String excludedDocUrls) { setExcludedDocUrls_Term(excludedDocUrls, null); } public void setExcludedDocUrls_Equal(String excludedDocUrls, ConditionOptionCall<TermQueryBuilder> opLambda) { setExcludedDocUrls_Term(excludedDocUrls, opLambda); } public void setExcludedDocUrls_Term(String excludedDocUrls) {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/mylasta/action/FessLabels.java
public static final String LABELS_EXCLUDED_DOC_PATHS = "{labels.excludedDocPaths}"; /** The key of the message: Excluded URLs for Searching */ public static final String LABELS_EXCLUDED_DOC_URLS = "{labels.excludedDocUrls}"; /** The key of the message: Hostname */ public static final String LABELS_HOSTNAME = "{labels.hostname}"; /** The key of the message: ID */ public static final String LABELS_ID = "{labels.id}";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)