Another round of tweaks

This commit is contained in:
Josh Mock
2025-05-28 10:02:30 -05:00
parent 0284ec5b1a
commit b140fcda7f
3741 changed files with 5628 additions and 5631 deletions

View File

@ -3,6 +3,6 @@ mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/api-reference.html
---
## API Documentation [_index]
# API Reference [api-reference]
See API documentation [here](./api/Client.md)

View File

@ -1,4 +1,4 @@
## Interface `API`
# `API` [interface-API]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AcknowledgedResponseBase`
# `AcknowledgedResponseBase` [interface-AcknowledgedResponseBase]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## `Action`
:::
# `Action` [alias-Action]
```typescript
type Action = [IndexAction](./IndexAction.md) | [CreateAction](./CreateAction.md) | [UpdateAction](./UpdateAction.md) | [DeleteAction](./DeleteAction.md);
:::
```

View File

@ -1,4 +1,4 @@
## `AggregateName`
:::
# `AggregateName` [alias-AggregateName]
```typescript
type AggregateName = string;
:::
```

View File

@ -1,4 +1,4 @@
## Interface `AggregationsAdjacencyMatrixAggregate`
# `AggregationsAdjacencyMatrixAggregate` [interface-AggregationsAdjacencyMatrixAggregate]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsAdjacencyMatrixAggregation`
# `AggregationsAdjacencyMatrixAggregation` [interface-AggregationsAdjacencyMatrixAggregation]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## `AggregationsAdjacencyMatrixBucket`
:::
# `AggregationsAdjacencyMatrixBucket` [alias-AggregationsAdjacencyMatrixBucket]
```typescript
type AggregationsAdjacencyMatrixBucket = [AggregationsAdjacencyMatrixBucketKeys](./AggregationsAdjacencyMatrixBucketKeys.md) & { [property: string]: [AggregationsAggregate](./AggregationsAggregate.md) | string | [long](./long.md);};
:::
```

View File

@ -1,4 +1,4 @@
## Interface `AggregationsAdjacencyMatrixBucketKeys`
# `AggregationsAdjacencyMatrixBucketKeys` [interface-AggregationsAdjacencyMatrixBucketKeys]
| Name | Type | Description |
| - | - | - |

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
## Interface `AggregationsAggregateBase`
# `AggregationsAggregateBase` [interface-AggregationsAggregateBase]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## `AggregationsAggregateOrder`
:::
# `AggregationsAggregateOrder` [alias-AggregationsAggregateOrder]
```typescript
type AggregationsAggregateOrder = [Partial](./Partial.md)<Record<[Field](./Field.md), [SortOrder](./SortOrder.md)>> | [Partial](./Partial.md)<Record<[Field](./Field.md), [SortOrder](./SortOrder.md)>>[];
:::
```

View File

@ -1,4 +1,4 @@
## Interface `AggregationsAggregation`
# `AggregationsAggregation` [interface-AggregationsAggregation]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsAggregationContainer`
# `AggregationsAggregationContainer` [interface-AggregationsAggregationContainer]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsAggregationRange`
# `AggregationsAggregationRange` [interface-AggregationsAggregationRange]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsArrayPercentilesItem`
# `AggregationsArrayPercentilesItem` [interface-AggregationsArrayPercentilesItem]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsAutoDateHistogramAggregate`
# `AggregationsAutoDateHistogramAggregate` [interface-AggregationsAutoDateHistogramAggregate]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsAutoDateHistogramAggregation`
# `AggregationsAutoDateHistogramAggregation` [interface-AggregationsAutoDateHistogramAggregation]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsAverageAggregation`
# `AggregationsAverageAggregation` [interface-AggregationsAverageAggregation]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsAverageBucketAggregation`
# `AggregationsAverageBucketAggregation` [interface-AggregationsAverageBucketAggregation]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsAvgAggregate`
# `AggregationsAvgAggregate` [interface-AggregationsAvgAggregate]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsBoxPlotAggregate`
# `AggregationsBoxPlotAggregate` [interface-AggregationsBoxPlotAggregate]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsBoxplotAggregation`
# `AggregationsBoxplotAggregation` [interface-AggregationsBoxplotAggregation]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsBucketAggregationBase`
# `AggregationsBucketAggregationBase` [interface-AggregationsBucketAggregationBase]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsBucketCorrelationAggregation`
# `AggregationsBucketCorrelationAggregation` [interface-AggregationsBucketCorrelationAggregation]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsBucketCorrelationFunction`
# `AggregationsBucketCorrelationFunction` [interface-AggregationsBucketCorrelationFunction]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsBucketCorrelationFunctionCountCorrelation`
# `AggregationsBucketCorrelationFunctionCountCorrelation` [interface-AggregationsBucketCorrelationFunctionCountCorrelation]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsBucketCorrelationFunctionCountCorrelationIndicator`
# `AggregationsBucketCorrelationFunctionCountCorrelationIndicator` [interface-AggregationsBucketCorrelationFunctionCountCorrelationIndicator]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsBucketKsAggregation`
# `AggregationsBucketKsAggregation` [interface-AggregationsBucketKsAggregation]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsBucketMetricValueAggregate`
# `AggregationsBucketMetricValueAggregate` [interface-AggregationsBucketMetricValueAggregate]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsBucketPathAggregation`
# `AggregationsBucketPathAggregation` [interface-AggregationsBucketPathAggregation]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsBucketScriptAggregation`
# `AggregationsBucketScriptAggregation` [interface-AggregationsBucketScriptAggregation]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsBucketSelectorAggregation`
# `AggregationsBucketSelectorAggregation` [interface-AggregationsBucketSelectorAggregation]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsBucketSortAggregation`
# `AggregationsBucketSortAggregation` [interface-AggregationsBucketSortAggregation]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## `AggregationsBuckets`
:::
# `AggregationsBuckets` [alias-AggregationsBuckets]
```typescript
type AggregationsBuckets<TBucket = unknown> = Record<string, TBucket> | TBucket[];
:::
```

View File

@ -1,4 +1,4 @@
## `AggregationsBucketsPath`
:::
# `AggregationsBucketsPath` [alias-AggregationsBucketsPath]
```typescript
type AggregationsBucketsPath = string | string[] | Record<string, string>;
:::
```

View File

@ -1,4 +1,4 @@
## `AggregationsCalendarInterval`
:::
# `AggregationsCalendarInterval` [alias-AggregationsCalendarInterval]
```typescript
type AggregationsCalendarInterval = 'second' | '1s' | 'minute' | '1m' | 'hour' | '1h' | 'day' | '1d' | 'week' | '1w' | 'month' | '1M' | 'quarter' | '1q' | 'year' | '1y';
:::
```

View File

@ -1,4 +1,4 @@
## Interface `AggregationsCardinalityAggregate`
# `AggregationsCardinalityAggregate` [interface-AggregationsCardinalityAggregate]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsCardinalityAggregation`
# `AggregationsCardinalityAggregation` [interface-AggregationsCardinalityAggregation]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## `AggregationsCardinalityExecutionMode`
:::
# `AggregationsCardinalityExecutionMode` [alias-AggregationsCardinalityExecutionMode]
```typescript
type AggregationsCardinalityExecutionMode = 'global_ordinals' | 'segment_ordinals' | 'direct' | 'save_memory_heuristic' | 'save_time_heuristic';
:::
```

View File

@ -1,4 +1,4 @@
## Interface `AggregationsCategorizeTextAggregation`
# `AggregationsCategorizeTextAggregation` [interface-AggregationsCategorizeTextAggregation]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## `AggregationsCategorizeTextAnalyzer`
:::
# `AggregationsCategorizeTextAnalyzer` [alias-AggregationsCategorizeTextAnalyzer]
```typescript
type AggregationsCategorizeTextAnalyzer = string | [AggregationsCustomCategorizeTextAnalyzer](./AggregationsCustomCategorizeTextAnalyzer.md);
:::
```

View File

@ -1,4 +1,4 @@
## Interface `AggregationsChiSquareHeuristic`
# `AggregationsChiSquareHeuristic` [interface-AggregationsChiSquareHeuristic]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## `AggregationsChildrenAggregate`
:::
# `AggregationsChildrenAggregate` [alias-AggregationsChildrenAggregate]
```typescript
type AggregationsChildrenAggregate = [AggregationsChildrenAggregateKeys](./AggregationsChildrenAggregateKeys.md) & { [property: string]: [AggregationsAggregate](./AggregationsAggregate.md) | [long](./long.md) | [Metadata](./Metadata.md);};
:::
```

View File

@ -1,4 +1,4 @@
## Interface `AggregationsChildrenAggregateKeys`
# `AggregationsChildrenAggregateKeys` [interface-AggregationsChildrenAggregateKeys]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsChildrenAggregation`
# `AggregationsChildrenAggregation` [interface-AggregationsChildrenAggregation]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsCompositeAggregate`
# `AggregationsCompositeAggregate` [interface-AggregationsCompositeAggregate]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## `AggregationsCompositeAggregateKey`
:::
# `AggregationsCompositeAggregateKey` [alias-AggregationsCompositeAggregateKey]
```typescript
type AggregationsCompositeAggregateKey = Record<[Field](./Field.md), [FieldValue](./FieldValue.md)>;
:::
```

View File

@ -1,4 +1,4 @@
## Interface `AggregationsCompositeAggregation`
# `AggregationsCompositeAggregation` [interface-AggregationsCompositeAggregation]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsCompositeAggregationBase`
# `AggregationsCompositeAggregationBase` [interface-AggregationsCompositeAggregationBase]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsCompositeAggregationSource`
# `AggregationsCompositeAggregationSource` [interface-AggregationsCompositeAggregationSource]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## `AggregationsCompositeBucket`
:::
# `AggregationsCompositeBucket` [alias-AggregationsCompositeBucket]
```typescript
type AggregationsCompositeBucket = [AggregationsCompositeBucketKeys](./AggregationsCompositeBucketKeys.md) & { [property: string]: [AggregationsAggregate](./AggregationsAggregate.md) | [AggregationsCompositeAggregateKey](./AggregationsCompositeAggregateKey.md) | [long](./long.md);};
:::
```

View File

@ -1,4 +1,4 @@
## Interface `AggregationsCompositeBucketKeys`
# `AggregationsCompositeBucketKeys` [interface-AggregationsCompositeBucketKeys]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsCompositeDateHistogramAggregation`
# `AggregationsCompositeDateHistogramAggregation` [interface-AggregationsCompositeDateHistogramAggregation]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsCompositeGeoTileGridAggregation`
# `AggregationsCompositeGeoTileGridAggregation` [interface-AggregationsCompositeGeoTileGridAggregation]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsCompositeHistogramAggregation`
# `AggregationsCompositeHistogramAggregation` [interface-AggregationsCompositeHistogramAggregation]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsCompositeTermsAggregation`
# `AggregationsCompositeTermsAggregation` [interface-AggregationsCompositeTermsAggregation]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsCumulativeCardinalityAggregate`
# `AggregationsCumulativeCardinalityAggregate` [interface-AggregationsCumulativeCardinalityAggregate]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsCumulativeCardinalityAggregation`
# `AggregationsCumulativeCardinalityAggregation` [interface-AggregationsCumulativeCardinalityAggregation]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsCumulativeSumAggregation`
# `AggregationsCumulativeSumAggregation` [interface-AggregationsCumulativeSumAggregation]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsCustomCategorizeTextAnalyzer`
# `AggregationsCustomCategorizeTextAnalyzer` [interface-AggregationsCustomCategorizeTextAnalyzer]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsDateHistogramAggregate`
# `AggregationsDateHistogramAggregate` [interface-AggregationsDateHistogramAggregate]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsDateHistogramAggregation`
# `AggregationsDateHistogramAggregation` [interface-AggregationsDateHistogramAggregation]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## `AggregationsDateHistogramBucket`
:::
# `AggregationsDateHistogramBucket` [alias-AggregationsDateHistogramBucket]
```typescript
type AggregationsDateHistogramBucket = [AggregationsDateHistogramBucketKeys](./AggregationsDateHistogramBucketKeys.md) & { [property: string]: [AggregationsAggregate](./AggregationsAggregate.md) | string | [EpochTime](./EpochTime.md)<[UnitMillis](./UnitMillis.md)> | [long](./long.md);};
:::
```

View File

@ -1,4 +1,4 @@
## Interface `AggregationsDateHistogramBucketKeys`
# `AggregationsDateHistogramBucketKeys` [interface-AggregationsDateHistogramBucketKeys]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsDateRangeAggregate`
# `AggregationsDateRangeAggregate` [interface-AggregationsDateRangeAggregate]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsDateRangeAggregation`
# `AggregationsDateRangeAggregation` [interface-AggregationsDateRangeAggregation]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsDateRangeExpression`
# `AggregationsDateRangeExpression` [interface-AggregationsDateRangeExpression]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsDerivativeAggregate`
# `AggregationsDerivativeAggregate` [interface-AggregationsDerivativeAggregate]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsDerivativeAggregation`
# `AggregationsDerivativeAggregation` [interface-AggregationsDerivativeAggregation]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsDiversifiedSamplerAggregation`
# `AggregationsDiversifiedSamplerAggregation` [interface-AggregationsDiversifiedSamplerAggregation]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsDoubleTermsAggregate`
# `AggregationsDoubleTermsAggregate` [interface-AggregationsDoubleTermsAggregate]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## `AggregationsDoubleTermsBucket`
:::
# `AggregationsDoubleTermsBucket` [alias-AggregationsDoubleTermsBucket]
```typescript
type AggregationsDoubleTermsBucket = [AggregationsDoubleTermsBucketKeys](./AggregationsDoubleTermsBucketKeys.md) & { [property: string]: [AggregationsAggregate](./AggregationsAggregate.md) | [double](./double.md) | string | [long](./long.md);};
:::
```

View File

@ -1,4 +1,4 @@
## Interface `AggregationsDoubleTermsBucketKeys`
# `AggregationsDoubleTermsBucketKeys` [interface-AggregationsDoubleTermsBucketKeys]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsEwmaModelSettings`
# `AggregationsEwmaModelSettings` [interface-AggregationsEwmaModelSettings]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsEwmaMovingAverageAggregation`
# `AggregationsEwmaMovingAverageAggregation` [interface-AggregationsEwmaMovingAverageAggregation]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsExtendedBounds`
# `AggregationsExtendedBounds` [interface-AggregationsExtendedBounds]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsExtendedStatsAggregate`
# `AggregationsExtendedStatsAggregate` [interface-AggregationsExtendedStatsAggregate]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsExtendedStatsAggregation`
# `AggregationsExtendedStatsAggregation` [interface-AggregationsExtendedStatsAggregation]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsExtendedStatsBucketAggregate`
# `AggregationsExtendedStatsBucketAggregate` [interface-AggregationsExtendedStatsBucketAggregate]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsExtendedStatsBucketAggregation`
# `AggregationsExtendedStatsBucketAggregation` [interface-AggregationsExtendedStatsBucketAggregation]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## `AggregationsFieldDateMath`
:::
# `AggregationsFieldDateMath` [alias-AggregationsFieldDateMath]
```typescript
type AggregationsFieldDateMath = [DateMath](./DateMath.md) | [double](./double.md);
:::
```

View File

@ -1,4 +1,4 @@
## `AggregationsFilterAggregate`
:::
# `AggregationsFilterAggregate` [alias-AggregationsFilterAggregate]
```typescript
type AggregationsFilterAggregate = [AggregationsFilterAggregateKeys](./AggregationsFilterAggregateKeys.md) & { [property: string]: [AggregationsAggregate](./AggregationsAggregate.md) | [long](./long.md) | [Metadata](./Metadata.md);};
:::
```

View File

@ -1,4 +1,4 @@
## Interface `AggregationsFilterAggregateKeys`
# `AggregationsFilterAggregateKeys` [interface-AggregationsFilterAggregateKeys]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsFiltersAggregate`
# `AggregationsFiltersAggregate` [interface-AggregationsFiltersAggregate]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsFiltersAggregation`
# `AggregationsFiltersAggregation` [interface-AggregationsFiltersAggregation]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## `AggregationsFiltersBucket`
:::
# `AggregationsFiltersBucket` [alias-AggregationsFiltersBucket]
```typescript
type AggregationsFiltersBucket = [AggregationsFiltersBucketKeys](./AggregationsFiltersBucketKeys.md) & { [property: string]: [AggregationsAggregate](./AggregationsAggregate.md) | [long](./long.md);};
:::
```

View File

@ -1,4 +1,4 @@
## Interface `AggregationsFiltersBucketKeys`
# `AggregationsFiltersBucketKeys` [interface-AggregationsFiltersBucketKeys]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsFormatMetricAggregationBase`
# `AggregationsFormatMetricAggregationBase` [interface-AggregationsFormatMetricAggregationBase]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsFormattableMetricAggregation`
# `AggregationsFormattableMetricAggregation` [interface-AggregationsFormattableMetricAggregation]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsFrequentItemSetsAggregate`
# `AggregationsFrequentItemSetsAggregate` [interface-AggregationsFrequentItemSetsAggregate]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsFrequentItemSetsAggregation`
# `AggregationsFrequentItemSetsAggregation` [interface-AggregationsFrequentItemSetsAggregation]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## `AggregationsFrequentItemSetsBucket`
:::
# `AggregationsFrequentItemSetsBucket` [alias-AggregationsFrequentItemSetsBucket]
```typescript
type AggregationsFrequentItemSetsBucket = [AggregationsFrequentItemSetsBucketKeys](./AggregationsFrequentItemSetsBucketKeys.md) & { [property: string]: [AggregationsAggregate](./AggregationsAggregate.md) | Record<[Field](./Field.md), string[]> | [double](./double.md) | [long](./long.md);};
:::
```

View File

@ -1,4 +1,4 @@
## Interface `AggregationsFrequentItemSetsBucketKeys`
# `AggregationsFrequentItemSetsBucketKeys` [interface-AggregationsFrequentItemSetsBucketKeys]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsFrequentItemSetsField`
# `AggregationsFrequentItemSetsField` [interface-AggregationsFrequentItemSetsField]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## `AggregationsGapPolicy`
:::
# `AggregationsGapPolicy` [alias-AggregationsGapPolicy]
```typescript
type AggregationsGapPolicy = 'skip' | 'insert_zeros' | 'keep_values';
:::
```

View File

@ -1,4 +1,4 @@
## Interface `AggregationsGeoBoundsAggregate`
# `AggregationsGeoBoundsAggregate` [interface-AggregationsGeoBoundsAggregate]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsGeoBoundsAggregation`
# `AggregationsGeoBoundsAggregation` [interface-AggregationsGeoBoundsAggregation]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsGeoCentroidAggregate`
# `AggregationsGeoCentroidAggregate` [interface-AggregationsGeoCentroidAggregate]
| Name | Type | Description |
| - | - | - |

View File

@ -1,4 +1,4 @@
## Interface `AggregationsGeoCentroidAggregation`
# `AggregationsGeoCentroidAggregation` [interface-AggregationsGeoCentroidAggregation]
| Name | Type | Description |
| - | - | - |

Some files were not shown because too many files have changed in this diff Show More