Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for BsCrawlingInfoCQ (0.17 sec)

  1. src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsCrawlingInfoCQ.java

            setId_Terms(idList, opLambda);
        }
    
        @Deprecated
        public BsCrawlingInfoCQ addOrderBy_Id_Asc() {
            regOBA("_id");
            return this;
        }
    
        @Deprecated
        public BsCrawlingInfoCQ addOrderBy_Id_Desc() {
            regOBD("_id");
            return this;
        }
    
        public void setCreatedTime_Equal(Long createdTime) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 34.6K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/opensearch/config/cbean/ca/bs/BsCrawlingInfoCA.java

    import org.codelibs.fess.opensearch.config.cbean.ca.CrawlingInfoCA;
    import org.codelibs.fess.opensearch.config.cbean.cq.CrawlingInfoCQ;
    import org.codelibs.fess.opensearch.config.cbean.cq.bs.BsCrawlingInfoCQ;
    import org.opensearch.search.aggregations.bucket.filter.FilterAggregationBuilder;
    import org.opensearch.search.aggregations.bucket.global.GlobalAggregationBuilder;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 31.6K bytes
    - Viewed (0)
Back to top