Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for BsCrawlingInfoCA (0.06 sec)

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

                OperatorCall<BsCrawlingInfoCA> aggsLambda) {
            setCreatedTime_Histogram("createdTime", opLambda, aggsLambda);
        }
    
        public void setCreatedTime_Histogram(String name, ConditionOptionCall<HistogramAggregationBuilder> opLambda,
                OperatorCall<BsCrawlingInfoCA> aggsLambda) {
            HistogramAggregationBuilder builder = regHistogramA(name, "createdTime");
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 31.6K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsCrawlingInfoCB.java

        //                                                                         ===========
        public BsCrawlingInfoCA aggregation() {
            assertAggregationPurpose();
            return doGetConditionAggregation();
        }
    
        protected BsCrawlingInfoCA doGetConditionAggregation() {
            if (_conditionAggregation == null) {
                _conditionAggregation = createLocalCA();
            }
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 6.8K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/opensearch/config/cbean/ca/CrawlingInfoCA.java

     */
    package org.codelibs.fess.opensearch.config.cbean.ca;
    
    import org.codelibs.fess.opensearch.config.cbean.ca.bs.BsCrawlingInfoCA;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class CrawlingInfoCA extends BsCrawlingInfoCA {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 850 bytes
    - Viewed (0)
Back to top