- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 18 for aggregators (0.04 sec)
-
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/ProjectSegment.java
* into TaskSegments. This class represents the execution context of one such task segment. * </p> * <p> * Wise voices have suggested that maybe aggregators shouldn't be bound to the ordinary * lifecycle at all, in which case we wouldn't be needing this class at all ( and * ProjectBuildList.getByTaskSegments). Or maybe they should be introduced in the calculation * of the execution plan instead, which seems much nicer. * </p> * <p>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 3.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/FacetResponse.java
/** * Constructs a FacetResponse from OpenSearch aggregations. * Processes both field facets and query facets from the aggregation results. * * @param aggregations the OpenSearch aggregations containing facet data, may be null */ public FacetResponse(final Aggregations aggregations) { if (aggregations != null) { aggregations.forEach(aggregation -> {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sun Nov 23 11:39:05 UTC 2025 - 5.3K bytes - Viewed (0) -
compat/maven-plugin-api/src/test/resources/plugin.xml
<requiresDirectInvocation>false</requiresDirectInvocation> <requiresProject>true</requiresProject> <requiresReports>false</requiresReports> <aggregator>false</aggregator> <requiresOnline>false</requiresOnline> <inheritedByDefault>true</inheritedByDefault> <phase>package</phase> <implementation>org.apache.maven.plugin.jar.JarMojo</implementation>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 3.3K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/internal/MultilineMessageHelperTest.java
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 3.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/allcommon/EsPagingResultBean.java
} public void setFailedShards(int failedShards) { this.failedShards = failedShards; } public Aggregations getAggregations() { return aggregations; } public void setAggregation(Aggregations aggregations) { this.aggregations = aggregations; } public TotalHits getTotalHits() { return totalHits; }Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 2.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/log/allcommon/EsPagingResultBean.java
} public void setFailedShards(int failedShards) { this.failedShards = failedShards; } public Aggregations getAggregations() { return aggregations; } public void setAggregation(Aggregations aggregations) { this.aggregations = aggregations; } public TotalHits getTotalHits() { return totalHits; }Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 2.5K bytes - Viewed (0) -
compat/maven-model-builder/src/test/resources/poms/validation/invalid-aggregator-packaging-pom.xml
Guillaume Nodet <******@****.***> 1729859506 +0200
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 997 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/allcommon/EsPagingResultBean.java
} public void setFailedShards(int failedShards) { this.failedShards = failedShards; } public Aggregations getAggregations() { return aggregations; } public void setAggregation(Aggregations aggregations) { this.aggregations = aggregations; } public TotalHits getTotalHits() { return totalHits; }Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 2.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/cbean/ca/bs/BsRoleCA.java
import org.opensearch.search.aggregations.bucket.terms.TermsAggregationBuilder; import org.opensearch.search.aggregations.metrics.CardinalityAggregationBuilder; import org.opensearch.search.aggregations.metrics.ScriptedMetricAggregationBuilder; import org.opensearch.search.aggregations.metrics.TopHitsAggregationBuilder; import org.opensearch.search.aggregations.metrics.ValueCountAggregationBuilder;
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 9K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/package-info.java
* called the <dfn>aggregator project</dfn> lists one or more <dfn>sub-projects</dfn> * which are relative pointers on the file system to other projects. This is done using * the {@code /project/subprojects/subproject} elements of the POM in the aggregator project. * Note that the aggregator project is required to have a {@code pom} packaging.</p> *
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Dec 15 11:13:42 UTC 2025 - 7.7K bytes - Viewed (0)