- Sort Score
- Num 10 results
- Language All
Results 41 - 50 of 91 for aggregate (0.04 seconds)
-
compat/maven-model-builder/src/test/resources/poms/validation/invalid-aggregator-packaging-pom.xml
Guillaume Nodet <******@****.***> 1729859506 +0200
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 997 bytes - Click Count (0) -
src/main/java/org/codelibs/fess/util/QueryResponseList.java
protected String searchQuery; /** The total execution time for the search request in milliseconds. */ protected long execTime; /** The facet response containing aggregated search facets and their counts. */ protected FacetResponse facetResponse; /** Flag indicating whether the search results are partial (not complete). */ protected boolean partialResults = false;Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 14.5K bytes - Click Count (0) -
compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/PluginDescriptorBuilder.java
if (requiresReports != null) { mojo.setRequiresReports(Boolean.parseBoolean(requiresReports)); } String aggregator = c.getChild("aggregator").getValue(); if (aggregator != null) { mojo.setAggregator(Boolean.parseBoolean(aggregator)); } String requiresOnline = c.getChild("requiresOnline").getValue(); if (requiresOnline != null) {Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Mar 25 09:45:07 GMT 2025 - 17.5K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/MojoExecutor.java
ProjectLock(MavenSession session, MojoDescriptor mojoDescriptor) { mojos.put(Thread.currentThread(), mojoDescriptor); boolean aggregator = mojoDescriptor.isAggregator(); acquiredAggregatorLock = aggregator ? aggregatorLock.writeLock() : aggregatorLock.readLock(); acquiredProjectLock = getProjectLock(session); if (!acquiredAggregatorLock.tryLock()) {Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Jun 12 14:55:55 GMT 2025 - 21K bytes - Click Count (0) -
impl/maven-core/src/test/java/org/apache/maven/graph/DefaultGraphBuilderTest.java
scenario("Selected aggregator project (including child modules)") .activeRequiredProjects(MODULE_C) .expectResult(MODULE_C, MODULE_C_1, MODULE_C_2), scenario("Selected aggregator project with non-recursive") .activeRequiredProjects(MODULE_C)
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Dec 09 20:39:03 GMT 2025 - 28K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/building/ModelCacheTag.java
import org.apache.maven.model.DependencyManagement; import org.apache.maven.model.Model; /** * Describes a tag used by the model builder to access a {@link ModelCache}. This interface basically aggregates a name * and a class to provide some type safety when working with the otherwise untyped cache. * * @param <T> The type of data associated with the tag.Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Feb 25 08:27:34 GMT 2025 - 3.9K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.8.md
Federated Jobs that are automatically deployed to multiple clusters are now supported. Cluster selection and weighting determine how Job parallelism and completions are spread across clusters. Federated Job status reflects the aggregate status across all underlying cluster jobs. #### [alpha] Federated Horizontal Pod Autoscaling (HPA) Federated HPAs are similar to the traditional Kubernetes HPAs, except
Created: Fri Dec 26 09:05:12 GMT 2025 - Last Modified: Tue Feb 20 15:45:02 GMT 2024 - 312.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/util/FacetResponse.java
* and values are document counts for each query. */ protected Map<String, Long> queryCountMap = new LinkedHashMap<>(); /** * List of field facets containing aggregated field values and their counts. */ protected List<Field> fieldList = new ArrayList<>(); /** * Constructs a FacetResponse from OpenSearch aggregations.Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sun Nov 23 11:39:05 GMT 2025 - 5.3K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/classrealm/ClassRealmRequest.java
*/ enum RealmType { /** * The class realm for the public API of the Maven core. */ Core, /** * A class realm for a project to aggregates its build extensions. */ Project, /** * A class realm for a build extension. */ Extension, /** * A class realm for a plugin.Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 2.6K bytes - Click Count (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> *
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Mon Dec 15 11:13:42 GMT 2025 - 7.7K bytes - Click Count (0)