Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for excludedDocUrls (0.07 seconds)

  1. 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)
  2. src/main/java/org/codelibs/fess/opensearch/config/cbean/ca/bs/BsWebConfigCA.java

            setExcludedDocUrls_Terms("excludedDocUrls", opLambda, null);
        }
    
        public void setExcludedDocUrls_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda, OperatorCall<BsWebConfigCA> aggsLambda) {
            setExcludedDocUrls_Terms("excludedDocUrls", 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)
  3. 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)
Back to Top