Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/plugins/data/common/search/aggs/agg_types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ export const getAggTypes = () => ({
{ name: BUCKET_TYPES.FILTERS, fn: buckets.getFiltersBucketAgg },
{ name: BUCKET_TYPES.SIGNIFICANT_TERMS, fn: buckets.getSignificantTermsBucketAgg },
{ name: BUCKET_TYPES.SIGNIFICANT_TEXT, fn: buckets.getSignificantTextBucketAgg },
{ name: BUCKET_TYPES.GEOHASH_GRID, fn: buckets.getGeoHashBucketAgg },
{ name: BUCKET_TYPES.GEOTILE_GRID, fn: buckets.getGeoTitleBucketAgg },
{ name: BUCKET_TYPES.SAMPLER, fn: buckets.getSamplerBucketAgg },
{ name: BUCKET_TYPES.DIVERSIFIED_SAMPLER, fn: buckets.getDiversifiedSamplerBucketAgg },
Expand All @@ -84,7 +83,6 @@ export const getAggTypesFunctions = () => [
buckets.aggDateRange,
buckets.aggRange,
buckets.aggGeoTile,
buckets.aggGeoHash,
buckets.aggHistogram,
buckets.aggDateHistogram,
buckets.aggTerms,
Expand Down
2 changes: 0 additions & 2 deletions src/plugins/data/common/search/aggs/aggs_service.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ describe('Aggs service', () => {
"filters",
"significant_terms",
"significant_text",
"geohash_grid",
"geotile_grid",
"sampler",
"diversified_sampler",
Expand Down Expand Up @@ -121,7 +120,6 @@ describe('Aggs service', () => {
"filters",
"significant_terms",
"significant_text",
"geohash_grid",
"geotile_grid",
"sampler",
"diversified_sampler",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export enum BUCKET_TYPES {
RARE_TERMS = 'rare_terms',
SIGNIFICANT_TERMS = 'significant_terms',
SIGNIFICANT_TEXT = 'significant_text',
GEOHASH_GRID = 'geohash_grid',
GEOTILE_GRID = 'geotile_grid',
DATE_HISTOGRAM = 'date_histogram',
SAMPLER = 'sampler',
Expand Down
206 changes: 0 additions & 206 deletions src/plugins/data/common/search/aggs/buckets/geo_hash.test.ts

This file was deleted.

121 changes: 0 additions & 121 deletions src/plugins/data/common/search/aggs/buckets/geo_hash.ts

This file was deleted.

Loading