Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for excludedDocPaths (0.28 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/java/org/codelibs/fess/opensearch/config/cbean/ca/bs/BsFileConfigCA.java

            setExcludedDocPaths_Terms("excludedDocPaths", opLambda, null);
        }
    
        public void setExcludedDocPaths_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda, OperatorCall<BsFileConfigCA> aggsLambda) {
            setExcludedDocPaths_Terms("excludedDocPaths", opLambda, aggsLambda);
        }
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 144.7K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        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 */
        public static final String LABELS_EXCLUDED_DOC_URLS = "{labels.excludedDocUrls}";
    
        /** The key of the message: Hostname */
    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