Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 128 for aggregator (0.88 sec)

  1. CHANGELOG/CHANGELOG-1.8.md

    * Support OpenAPI spec aggregation for kube-aggregator ([#46734](https://github.com/kubernetes/kubernetes/pull/46734), [@mbohlool](https://github.com/mbohlool))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/pager/SearchLogPager.java

        /** Log type constant for hourly search count aggregation. */
        public static final String LOG_TYPE_SEARCH_COUNT_HOUR = "search_count_hour_agg";
    
        /** Log type constant for daily search count aggregation. */
        public static final String LOG_TYPE_SEARCH_COUNT_DAY = "search_count_day_agg";
    
        /** Log type constant for hourly unique user aggregation. */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 8.8K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.9.md

    ### Auth
    
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsElevateWordToLabelCB.java

        //                                                                         Aggregation
        //                                                                         ===========
        public BsElevateWordToLabelCA aggregation() {
            assertAggregationPurpose();
            return doGetConditionAggregation();
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 6.8K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.22.md

    - Aggregate errors when putting vmss. ([#98350](https://github.com/kubernetes/kubernetes/pull/98350), [@nilo19](https://github.com/nilo19))
    - Aggregate write permissions on events to users with edit and admin role. ([#102858](https://github.com/kubernetes/kubernetes/pull/102858), [@tumido](https://github.com/tumido))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.26.md

    - Fix race in alpha aggregated discovery handler
      Yes, discovery document will correctly return the resources for aggregated apiservers that do not implement aggregated disovery ([#115805](https://github.com/kubernetes/kubernetes/pull/115805), [@alexzielenski](https://github.com/alexzielenski)) [SIG API Machinery]
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsAccessTokenCB.java

        //                                                                         Aggregation
        //                                                                         ===========
        public BsAccessTokenCA aggregation() {
            assertAggregationPurpose();
            return doGetConditionAggregation();
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 7.2K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsFailureUrlCB.java

        // ===================================================================================
        //                                                                         Aggregation
        //                                                                         ===========
        public BsFailureUrlCA aggregation() {
            assertAggregationPurpose();
            return doGetConditionAggregation();
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 7K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsRelatedContentCB.java

        //                                                                         Aggregation
        //                                                                         ===========
        public BsRelatedContentCA aggregation() {
            assertAggregationPurpose();
            return doGetConditionAggregation();
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 7.2K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsWebConfigCB.java

        // ===================================================================================
        //                                                                         Aggregation
        //                                                                         ===========
        public BsWebConfigCA aggregation() {
            assertAggregationPurpose();
            return doGetConditionAggregation();
        }
    
        protected BsWebConfigCA doGetConditionAggregation() {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 8.4K bytes
    - Viewed (0)
Back to top