- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 93 for aggregator (0.18 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/Packaging.java
* <li>{@code war}: Packages the project as a Web Application Archive (WAR) file.</li> * <li>{@code pom}: Indicates that the project does not produce a deployable artifact but is used for dependency management or as an aggregator.</li> * <li>{@code maven-plugin}: Packages the project as a Maven plugin.</li> * </ul> * * <h2>Usage Example</h2> * * <pre> * {@code * Session session = ... // Obtain a Maven session
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 3.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/FacetResponse.java
aggregations.forEach(aggregation -> { if (aggregation.getName().startsWith(Constants.FACET_FIELD_PREFIX)) { final Terms termFacet = (Terms) aggregation; fieldList.add(new Field(termFacet)); } else if (aggregation.getName().startsWith(Constants.FACET_QUERY_PREFIX)) { final Filter queryFacet = (Filter) aggregation;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.34.md
- When proxying to an aggregated API server, kube-apiserver used the `EndpointSlices` of the `service` indicated by the `APIServer`, rather than using Endpoints. If you were using the aggregated API server feature, and you were writing out the endpoints for it by hand (rather than letting kube-controller-manager
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 27 10:36:10 UTC 2025 - 292.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/SearchLogService.java
* and user information logs. It supports different aggregation types for * analytics and reporting purposes. */ public class SearchLogService { /** Date format pattern for parsing time ranges. */ private static final String YYYY_MM_DD_HH_MM = "yyyy-MM-dd HH:mm"; /** Field name for count values in aggregation results. */ private static final String COUNT = "count";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 32.7K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.31.md
- Fixed an issue that prevents the linking of trace spans for requests that are proxied through kube-aggregator. ([#124189](https://github.com/kubernetes/kubernetes/pull/124189), [@toddtreece](https://github.com/toddtreece))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 13 19:49:57 UTC 2025 - 429.6K bytes - Viewed (0) -
api/pom.xml
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sun Jun 29 22:37:39 UTC 2025 - 3.2K bytes - Viewed (0) -
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) -
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) -
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) -
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)