Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 41 - 50 of 92 for aggregations (0.06 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/bs/BsCrawlingInfoParamCB.java

        //                                                                         Aggregation
        //                                                                         ===========
        public BsCrawlingInfoParamCA aggregation() {
            assertAggregationPurpose();
            return doGetConditionAggregation();
        }
    
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 6.9K bytes
    - Click Count (0)
  2. impl/maven-core/src/test/java/org/apache/maven/lifecycle/internal/LifecycleDependencyResolverTest.java

            boolean aggregating = false;
    
            Set<Artifact> reactorArtifacts = new HashSet<>(3);
            for (MavenProject reactorProject : session.getProjects()) {
                reactorProject.setArtifactFilter(artifact -> true);
                resolver.resolveProjectDependencies(
                        reactorProject, scopesToCollect, scopesToResolve, session, aggregating, reactorArtifacts);
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Oct 25 12:31:46 GMT 2024
    - 3.1K bytes
    - Click Count (0)
  3. src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsWebConfigCB.java

        // ===================================================================================
        //                                                                         Aggregation
        //                                                                         ===========
        public BsWebConfigCA aggregation() {
            assertAggregationPurpose();
            return doGetConditionAggregation();
        }
    
        protected BsWebConfigCA doGetConditionAggregation() {
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 8.4K bytes
    - Click Count (0)
  4. src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsRoleTypeCB.java

        // ===================================================================================
        //                                                                         Aggregation
        //                                                                         ===========
        public BsRoleTypeCA aggregation() {
            assertAggregationPurpose();
            return doGetConditionAggregation();
        }
    
        protected BsRoleTypeCA doGetConditionAggregation() {
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 6.9K bytes
    - Click Count (0)
  5. src/main/java/org/codelibs/fess/opensearch/log/cbean/bs/BsClickLogCB.java

        // ===================================================================================
        //                                                                         Aggregation
        //                                                                         ===========
        public BsClickLogCA aggregation() {
            assertAggregationPurpose();
            return doGetConditionAggregation();
        }
    
        protected BsClickLogCA doGetConditionAggregation() {
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 7K bytes
    - Click Count (0)
  6. impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/LifecycleDependencyResolver.java

                MavenSession session,
                boolean aggregating,
                Set<Artifact> projectArtifacts)
                throws LifecycleExecutionException {
    
            Set<Artifact> resolvedArtifacts = resolveProjectArtifacts(
                    project, scopesToCollect, scopesToResolve, session, aggregating, projectArtifacts);
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Jun 06 14:28:57 GMT 2025
    - 15.6K bytes
    - Click Count (0)
  7. impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/DefaultLifecycleTaskSegmentCalculator.java

                    boolean aggregating = mojoDescriptor.isAggregator() || !mojoDescriptor.isProjectRequired();
    
                    if (currentSegment == null || currentSegment.isAggregating() != aggregating) {
                        currentSegment = new TaskSegment(aggregating);
                        taskSegments.add(currentSegment);
                    }
    
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Dec 13 23:07:01 GMT 2024
    - 6.3K bytes
    - Click Count (0)
  8. src/main/java/org/codelibs/fess/opensearch/log/cbean/bs/BsUserInfoCB.java

        // ===================================================================================
        //                                                                         Aggregation
        //                                                                         ===========
        public BsUserInfoCA aggregation() {
            assertAggregationPurpose();
            return doGetConditionAggregation();
        }
    
        protected BsUserInfoCA doGetConditionAggregation() {
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 6.5K bytes
    - Click Count (0)
  9. src/main/java/org/codelibs/fess/opensearch/user/cbean/bs/BsGroupCB.java

        // ===================================================================================
        //                                                                         Aggregation
        //                                                                         ===========
        public BsGroupCA aggregation() {
            assertAggregationPurpose();
            return doGetConditionAggregation();
        }
    
        protected BsGroupCA doGetConditionAggregation() {
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 6.4K bytes
    - Click Count (0)
  10. src/main/java/org/codelibs/fess/opensearch/user/cbean/bs/BsRoleCB.java

        // ===================================================================================
        //                                                                         Aggregation
        //                                                                         ===========
        public BsRoleCA aggregation() {
            assertAggregationPurpose();
            return doGetConditionAggregation();
        }
    
        protected BsRoleCA doGetConditionAggregation() {
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 6.3K bytes
    - Click Count (0)
Back to Top