Skip to content

Commit

Permalink
changelog and spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
not-napoleon committed Dec 11, 2024
1 parent a9c56f1 commit a5385dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 5 additions & 3 deletions docs/changelog/118484.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ issues: []
breaking:
title: Remove date histogram boolean support
area: Aggregations
details: Please describe the details of this change for the release notes. You can
use asciidoc.
impact: Please describe the impact of this change to users
details: Elasticsearch no longer allows running Date Histogram aggregations
over boolean fields. Instead, use Terms aggregation for boolean
fields.
impact: We expect the impact to be minimal, as this never produced good
results, and has been deprecated for years.
notable: false
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

import org.elasticsearch.ElasticsearchStatusException;
import org.elasticsearch.common.Rounding;
import org.elasticsearch.common.logging.DeprecationCategory;
import org.elasticsearch.common.logging.DeprecationLogger;
import org.elasticsearch.rest.RestStatus;
import org.elasticsearch.search.aggregations.Aggregator;
Expand Down

0 comments on commit a5385dd

Please sign in to comment.