More type definitions, with fixed links (hopefully)

This commit is contained in:
Josh Mock
2024-11-20 13:47:14 -06:00
parent 7a997b3405
commit 70a3ef44bb
296 changed files with 23864 additions and 474 deletions

View File

@ -1,4 +1,32 @@
[[reference-shared-types]]
////////
===========================================================================================================================
|| ||
|| ||
|| ||
|| ██████╗ ███████╗ █████╗ ██████╗ ███╗ ███╗███████╗ ||
|| ██╔══██╗██╔════╝██╔══██╗██╔══██╗████╗ ████║██╔════╝ ||
|| ██████╔╝█████╗ ███████║██║ ██║██╔████╔██║█████╗ ||
|| ██╔══██╗██╔══╝ ██╔══██║██║ ██║██║╚██╔╝██║██╔══╝ ||
|| ██║ ██║███████╗██║ ██║██████╔╝██║ ╚═╝ ██║███████╗ ||
|| ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝╚══════╝ ||
|| ||
|| ||
|| This file is autogenerated, DO NOT send pull requests that changes this file directly. ||
|| You should update the script that does the generation, which can be found in: ||
|| https://github.com/elastic/elastic-client-generator-js ||
|| ||
|| You can run the script with the following command: ||
|| npm run elasticsearch -- --version <version> ||
|| ||
|| ||
|| ||
===========================================================================================================================
////////
== Shared types
@ -1236,7 +1264,7 @@ type Indices = <<IndexName>> | <<IndexName>>[]
interface IndicesOptions {
pass:[/**] @property allow_no_indices If false, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices. This behavior applies even if the request targets other open indices. For example, a request targeting `foo*,bar*` returns an error if an index starts with `foo` but no index starts with `bar`. */
allow_no_indices?: boolean
pass:[/**] @property expand_wildcards Type of index that wildcard patterns can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. Supports comma-separated values, such as `open,hidden`. */
pass:[/**] @property expand_wildcards <<Type>> of index that wildcard patterns can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. Supports comma-separated values, such as `open,hidden`. */
expand_wildcards?: <<ExpandWildcards>>
pass:[/**] @property ignore_unavailable If true, missing or closed indices are not included in the response. */
ignore_unavailable?: boolean
@ -1341,7 +1369,7 @@ interface KnnQuery extends <<QueryDslQueryBase>> {
interface KnnRetriever extends <<RetrieverBase>> {
pass:[/**] @property field The name of the vector field to search against. */
field: string
pass:[/**] @property query_vector Query vector. Must have the same number of dimensions as the vector field you are searching against. You must provide a query_vector_builder or query_vector, but not both. */
pass:[/**] @property query_vector <<Query>> vector. Must have the same number of dimensions as the vector field you are searching against. You must provide a query_vector_builder or query_vector, but not both. */
query_vector?: <<QueryVector>>
pass:[/**] @property query_vector_builder Defines a model to build a query vector. */
query_vector_builder?: <<QueryVectorBuilder>>
@ -1383,7 +1411,7 @@ interface KnnSearch {
pass:[/**] @property similarity The minimum similarity for a vector to be considered a match */
similarity?: <<float>>
pass:[/**] @property inner_hits If defined, each search hit will contain inner hits. */
inner_hits?: SearchInnerHits
inner_hits?: <<SearchInnerHits>>
}
[pass]
++++
@ -2122,7 +2150,7 @@ interface Retries {
<pre>
++++
interface RetrieverBase {
pass:[/**] @property filter Query to filter the documents that can match. */
pass:[/**] @property filter <<Query>> to filter the documents that can match. */
filter?: <<QueryDslQueryContainer>> | <<QueryDslQueryContainer>>[]
pass:[/**] @property min_score Minimum _score for matching documents. Documents with a lower _score are not included in the top documents. */
min_score?: <<float>>
@ -2396,7 +2424,7 @@ interface SearchStats {
<pre>
++++
interface SearchTransform {
request: WatcherSearchInputRequestDefinition
request: <<WatcherSearchInputRequestDefinition>>
timeout: <<Duration>>
}
[pass]
@ -2720,7 +2748,7 @@ interface StandardRetriever extends <<RetrieverBase>> {
pass:[/**] @property sort A sort object that that specifies the order of matching documents. */
sort?: <<Sort>>
pass:[/**] @property collapse Collapses the top documents by a specified key into a single top document per key. */
collapse?: SearchFieldCollapse
collapse?: <<SearchFieldCollapse>>
}
[pass]
++++
@ -3360,7 +3388,7 @@ type ulong = number
++++
[discrete]
[[BaseNode]]
[[SpecUtilsBaseNode]]
=== SpecUtilsBaseNode
[pass]
@ -3381,7 +3409,7 @@ interface SpecUtilsBaseNode {
++++
[discrete]
[[NullValue]]
[[SpecUtilsNullValue]]
=== SpecUtilsNullValue
[pass]
@ -3395,7 +3423,7 @@ type SpecUtilsNullValue = null
++++
[discrete]
[[PipeSeparatedFlags]]
[[SpecUtilsPipeSeparatedFlags]]
=== SpecUtilsPipeSeparatedFlags
[pass]
@ -3409,7 +3437,7 @@ type SpecUtilsPipeSeparatedFlags<T = unknown> = T | string
++++
[discrete]
[[Stringified]]
[[SpecUtilsStringified]]
=== SpecUtilsStringified
[pass]
@ -3423,7 +3451,7 @@ type SpecUtilsStringified<T = unknown> = T | string
++++
[discrete]
[[Void]]
[[SpecUtilsVoid]]
=== SpecUtilsVoid
[pass]
@ -3437,7 +3465,7 @@ type SpecUtilsStringified<T = unknown> = T | string
++++
[discrete]
[[WithNullValue]]
[[SpecUtilsWithNullValue]]
=== SpecUtilsWithNullValue
[pass]
@ -3451,7 +3479,7 @@ type SpecUtilsWithNullValue<T = unknown> = T | <<SpecUtilsNullValue>>
++++
[discrete]
[[AdditionalProperties]]
[[SpecUtilsAdditionalProperties]]
=== SpecUtilsAdditionalProperties
[pass]
@ -3466,7 +3494,7 @@ interface SpecUtilsAdditionalProperties<TKey = unknown, TValue = unknown> {
++++
[discrete]
[[AdditionalProperty]]
[[SpecUtilsAdditionalProperty]]
=== SpecUtilsAdditionalProperty
[pass]
@ -3481,7 +3509,7 @@ interface SpecUtilsAdditionalProperty<TKey = unknown, TValue = unknown> {
++++
[discrete]
[[CommonQueryParameters]]
[[SpecUtilsCommonQueryParameters]]
=== SpecUtilsCommonQueryParameters
[pass]
@ -3504,7 +3532,7 @@ interface SpecUtilsCommonQueryParameters {
++++
[discrete]
[[CommonCatQueryParameters]]
[[SpecUtilsCommonCatQueryParameters]]
=== SpecUtilsCommonCatQueryParameters
[pass]
@ -3533,7 +3561,7 @@ interface SpecUtilsCommonCatQueryParameters {
++++
[discrete]
[[OverloadOf]]
[[SpecUtilsOverloadOf]]
=== SpecUtilsOverloadOf
[pass]
@ -5160,7 +5188,7 @@ interface AggregationsFrequentItemSetsAggregation {
minimum_support?: <<double>>
pass:[/**] @property size The number of top item sets to return. */
size?: <<integer>>
pass:[/**] @property filter Query that filters documents from analysis. */
pass:[/**] @property filter <<Query>> that filters documents from analysis. */
filter?: <<QueryDslQueryContainer>>
}
[pass]
@ -5897,9 +5925,9 @@ interface AggregationsInferenceClassImportance {
++++
interface AggregationsInferenceConfigContainer {
pass:[/**] @property regression Regression configuration for inference. */
regression?: MlRegressionInferenceOptions
regression?: <<MlRegressionInferenceOptions>>
pass:[/**] @property classification Classification configuration for inference. */
classification?: MlClassificationInferenceOptions
classification?: <<MlClassificationInferenceOptions>>
}
[pass]
++++
@ -6916,7 +6944,7 @@ interface AggregationsPercentilesBucketAggregation extends <<AggregationsPipelin
interface AggregationsPipelineAggregationBase extends <<AggregationsBucketPathAggregation>> {
pass:[/**] @property format `DecimalFormat` pattern for the output value. If specified, the formatted value is returned in the aggregations `value_as_string` property. */
format?: string
pass:[/**] @property gap_policy Policy to apply when gaps are found in the data. */
pass:[/**] @property gap_policy <<Policy>> to apply when gaps are found in the data. */
gap_policy?: <<AggregationsGapPolicy>>
}
[pass]
@ -8098,7 +8126,7 @@ type AggregationsTimeSeriesBucket = AggregationsTimeSeriesBucketKeys
<pre>
++++
interface AggregationsTopHitsAggregate extends <<AggregationsAggregateBase>> {
hits: SearchHitsMetadata<any>
hits: <<SearchHitsMetadata>><any>
}
[pass]
++++
@ -8123,7 +8151,7 @@ interface AggregationsTopHitsAggregation extends <<AggregationsMetricAggregation
pass:[/**] @property from Starting document offset. */
from?: <<integer>>
pass:[/**] @property highlight Specifies the highlighter to use for retrieving highlighted snippets from one or more fields in the search results. */
highlight?: SearchHighlight
highlight?: <<SearchHighlight>>
pass:[/**] @property script_fields Returns the result of one or more script evaluations for each hit. */
script_fields?: Record<string, <<ScriptField>>>
pass:[/**] @property size The maximum number of top matching hits to return per bucket. */
@ -8131,7 +8159,7 @@ interface AggregationsTopHitsAggregation extends <<AggregationsMetricAggregation
pass:[/**] @property sort <<Sort>> order of the top matching hits. By default, the hits are sorted by the score of the main query. */
sort?: <<Sort>>
pass:[/**] @property _source Selects the fields of the source that are returned. */
_source?: SearchSourceConfig
_source?: <<SearchSourceConfig>>
pass:[/**] @property stored_fields Returns values for the specified stored fields (fields that use the `store` mapping option). */
stored_fields?: <<Fields>>
pass:[/**] @property track_scores If `true`, calculates and returns document scores, even if the scores are not used for sorting. */
@ -8396,10 +8424,10 @@ type AggregationsVariableWidthHistogramBucket = AggregationsVariableWidthHistogr
interface AggregationsWeightedAverageAggregation {
pass:[/**] @property format A numeric response formatter. */
format?: string
pass:[/**] @property value Configuration for the field that provides the values. */
pass:[/**] @property value <<Configuration>> for the field that provides the values. */
value?: <<AggregationsWeightedAverageValue>>
value_type?: <<AggregationsValueType>>
pass:[/**] @property weight Configuration for the field or script that provides the weights. */
pass:[/**] @property weight <<Configuration>> for the field or script that provides the weights. */
weight?: <<AggregationsWeightedAverageValue>>
}
[pass]
@ -11267,7 +11295,7 @@ interface MappingBinaryProperty extends <<MappingDocValuesPropertyBase>> {
++++
interface MappingBooleanProperty extends <<MappingDocValuesPropertyBase>> {
boost?: <<double>>
fielddata?: IndicesNumericFielddata
fielddata?: <<IndicesNumericFielddata>>
index?: boolean
null_value?: boolean
type: 'boolean'
@ -11414,7 +11442,7 @@ interface MappingDateNanosProperty extends <<MappingDocValuesPropertyBase>> {
++++
interface MappingDateProperty extends <<MappingDocValuesPropertyBase>> {
boost?: <<double>>
fielddata?: IndicesNumericFielddata
fielddata?: <<IndicesNumericFielddata>>
format?: string
ignore_malformed?: boolean
index?: boolean
@ -12624,7 +12652,7 @@ interface MappingTextProperty extends <<MappingCorePropertyBase>> {
boost?: <<double>>
eager_global_ordinals?: boolean
fielddata?: boolean
fielddata_frequency_filter?: IndicesFielddataFrequencyFilter
fielddata_frequency_filter?: <<IndicesFielddataFrequencyFilter>>
index?: boolean
index_options?: <<MappingIndexOptions>>
index_phrases?: boolean
@ -12795,7 +12823,7 @@ interface QueryDslBoolQuery extends <<QueryDslQueryBase>> {
interface QueryDslBoostingQuery extends <<QueryDslQueryBase>> {
pass:[/**] @property negative_boost Floating point number between 0 and 1.0 used to decrease the relevance scores of documents matching the `negative` query. */
negative_boost: <<double>>
pass:[/**] @property negative Query used to decrease the relevance score of matching documents. */
pass:[/**] @property negative <<Query>> used to decrease the relevance score of matching documents. */
negative: <<QueryDslQueryContainer>>
pass:[/**] @property positive Any returned documents must match this query. */
positive: <<QueryDslQueryContainer>>
@ -12904,7 +12932,7 @@ interface QueryDslCommonTermsQuery extends <<QueryDslQueryBase>> {
<pre>
++++
interface QueryDslConstantScoreQuery extends <<QueryDslQueryBase>> {
pass:[/**] @property filter Filter query you wish to run. Any returned documents must match this query. Filter queries do not calculate relevance scores. To speed up performance, Elasticsearch automatically caches frequently used filter queries. */
pass:[/**] @property filter <<Filter>> query you wish to run. Any returned documents must match this query. <<Filter>> queries do not calculate relevance scores. To speed up performance, Elasticsearch automatically caches frequently used filter queries. */
filter: <<QueryDslQueryContainer>>
}
[pass]
@ -13271,7 +13299,7 @@ interface QueryDslFuzzyQuery extends <<QueryDslQueryBase>> {
transpositions?: boolean
pass:[/**] @property fuzziness Maximum edit distance allowed for matching. */
fuzziness?: <<Fuzziness>>
pass:[/**] @property value Term you wish to find in the provided field. */
pass:[/**] @property value <<Term>> you wish to find in the provided field. */
value: string | <<double>> | boolean
}
[pass]
@ -13411,7 +13439,7 @@ type QueryDslGeoPolygonQuery = QueryDslGeoPolygonQueryKeys
++++
interface QueryDslGeoShapeFieldQuery {
shape?: <<GeoShape>>
pass:[/**] @property indexed_shape Query using an indexed shape retrieved from the the specified document and path. */
pass:[/**] @property indexed_shape <<Query>> using an indexed shape retrieved from the the specified document and path. */
indexed_shape?: <<QueryDslFieldLookup>>
pass:[/**] @property relation Spatial relation operator used to search a geo field. */
relation?: <<GeoShapeRelation>>
@ -13465,12 +13493,12 @@ interface QueryDslHasChildQuery extends <<QueryDslQueryBase>> {
pass:[/**] @property ignore_unmapped Indicates whether to ignore an unmapped `type` and not return any documents instead of an error. */
ignore_unmapped?: boolean
pass:[/**] @property inner_hits If defined, each search hit will contain inner hits. */
inner_hits?: SearchInnerHits
inner_hits?: <<SearchInnerHits>>
pass:[/**] @property max_children Maximum number of child documents that match the query allowed for a returned parent document. If the parent document exceeds this limit, it is excluded from the search results. */
max_children?: <<integer>>
pass:[/**] @property min_children Minimum number of child documents that match the query required to match the query for a returned parent document. If the parent document does not meet this limit, it is excluded from the search results. */
min_children?: <<integer>>
pass:[/**] @property query Query you wish to run on child documents of the `type` field. If a child document matches the search, the query returns the parent document. */
pass:[/**] @property query <<Query>> you wish to run on child documents of the `type` field. If a child document matches the search, the query returns the parent document. */
query: <<QueryDslQueryContainer>>
pass:[/**] @property score_mode Indicates how scores for matching child documents affect the root parent documents relevance score. */
score_mode?: <<QueryDslChildScoreMode>>
@ -13494,10 +13522,10 @@ interface QueryDslHasParentQuery extends <<QueryDslQueryBase>> {
pass:[/**] @property ignore_unmapped Indicates whether to ignore an unmapped `parent_type` and not return any documents instead of an error. You can use this parameter to query multiple indices that may not contain the `parent_type`. */
ignore_unmapped?: boolean
pass:[/**] @property inner_hits If defined, each search hit will contain inner hits. */
inner_hits?: SearchInnerHits
inner_hits?: <<SearchInnerHits>>
pass:[/**] @property parent_type <<Name>> of the parent relationship mapped for the `join` field. */
parent_type: <<RelationName>>
pass:[/**] @property query Query you wish to run on parent documents of the `parent_type` field. If a parent document matches the search, the query returns its child documents. */
pass:[/**] @property query <<Query>> you wish to run on parent documents of the `parent_type` field. If a parent document matches the search, the query returns its child documents. */
query: <<QueryDslQueryContainer>>
pass:[/**] @property score Indicates whether the relevance score of a matching parent document is aggregated into its child documents. */
score?: boolean
@ -13602,21 +13630,21 @@ interface QueryDslIntervalsContainer {
<pre>
++++
interface QueryDslIntervalsFilter {
pass:[/**] @property after Query used to return intervals that follow an interval from the `filter` rule. */
pass:[/**] @property after <<Query>> used to return intervals that follow an interval from the `filter` rule. */
after?: <<QueryDslIntervalsContainer>>
pass:[/**] @property before Query used to return intervals that occur before an interval from the `filter` rule. */
pass:[/**] @property before <<Query>> used to return intervals that occur before an interval from the `filter` rule. */
before?: <<QueryDslIntervalsContainer>>
pass:[/**] @property contained_by Query used to return intervals contained by an interval from the `filter` rule. */
pass:[/**] @property contained_by <<Query>> used to return intervals contained by an interval from the `filter` rule. */
contained_by?: <<QueryDslIntervalsContainer>>
pass:[/**] @property containing Query used to return intervals that contain an interval from the `filter` rule. */
pass:[/**] @property containing <<Query>> used to return intervals that contain an interval from the `filter` rule. */
containing?: <<QueryDslIntervalsContainer>>
pass:[/**] @property not_contained_by Query used to return intervals that are **not** contained by an interval from the `filter` rule. */
pass:[/**] @property not_contained_by <<Query>> used to return intervals that are **not** contained by an interval from the `filter` rule. */
not_contained_by?: <<QueryDslIntervalsContainer>>
pass:[/**] @property not_containing Query used to return intervals that do **not** contain an interval from the `filter` rule. */
pass:[/**] @property not_containing <<Query>> used to return intervals that do **not** contain an interval from the `filter` rule. */
not_containing?: <<QueryDslIntervalsContainer>>
pass:[/**] @property not_overlapping Query used to return intervals that do **not** overlap with an interval from the `filter` rule. */
pass:[/**] @property not_overlapping <<Query>> used to return intervals that do **not** overlap with an interval from the `filter` rule. */
not_overlapping?: <<QueryDslIntervalsContainer>>
pass:[/**] @property overlapping Query used to return intervals that overlap with an interval from the `filter` rule. */
pass:[/**] @property overlapping <<Query>> used to return intervals that overlap with an interval from the `filter` rule. */
overlapping?: <<QueryDslIntervalsContainer>>
pass:[/**] @property script <<Script>> used to return matching documents. This script must return a boolean value: `true` or `false`. */
script?: <<Script>> | string
@ -13889,7 +13917,7 @@ interface QueryDslMatchPhrasePrefixQuery extends <<QueryDslQueryBase>> {
interface QueryDslMatchPhraseQuery extends <<QueryDslQueryBase>> {
pass:[/**] @property analyzer <<Analyzer>> used to convert the text in the query value into tokens. */
analyzer?: string
pass:[/**] @property query Query terms that are analyzed and turned into a phrase query. */
pass:[/**] @property query <<Query>> terms that are analyzed and turned into a phrase query. */
query: string
pass:[/**] @property slop Maximum number of positions allowed between matching tokens. */
slop?: <<integer>>
@ -14063,10 +14091,10 @@ interface QueryDslNestedQuery extends <<QueryDslQueryBase>> {
pass:[/**] @property ignore_unmapped Indicates whether to ignore an unmapped path and not return any documents instead of an error. */
ignore_unmapped?: boolean
pass:[/**] @property inner_hits If defined, each search hit will contain inner hits. */
inner_hits?: SearchInnerHits
inner_hits?: <<SearchInnerHits>>
pass:[/**] @property path Path to the nested object you wish to search. */
path: <<Field>>
pass:[/**] @property query Query you wish to run on nested objects in the path. */
pass:[/**] @property query <<Query>> you wish to run on nested objects in the path. */
query: <<QueryDslQueryContainer>>
pass:[/**] @property score_mode How scores for matching child objects affect the root parent documents relevance score. */
score_mode?: <<QueryDslChildScoreMode>>
@ -14288,7 +14316,7 @@ interface QueryDslQueryContainer {
pass:[/**] @property geo_distance Matches `geo_point` and `geo_shape` values within a given distance of a geopoint. */
geo_distance?: <<QueryDslGeoDistanceQuery>>
geo_polygon?: <<QueryDslGeoPolygonQuery>>
pass:[/**] @property geo_shape Filter documents indexed using either the `geo_shape` or the `geo_point` type. */
pass:[/**] @property geo_shape <<Filter>> documents indexed using either the `geo_shape` or the `geo_point` type. */
geo_shape?: <<QueryDslGeoShapeQuery>>
pass:[/**] @property has_child Returns parent documents whose joined child documents match a provided query. */
has_child?: <<QueryDslHasChildQuery>>
@ -14341,7 +14369,7 @@ interface QueryDslQueryContainer {
script_score?: <<QueryDslScriptScoreQuery>>
pass:[/**] @property semantic A semantic query to semantic_text field types */
semantic?: <<QueryDslSemanticQuery>>
pass:[/**] @property shape Queries documents that contain fields indexed using the `shape` type. */
pass:[/**] @property shape <<Queries>> documents that contain fields indexed using the `shape` type. */
shape?: <<QueryDslShapeQuery>>
pass:[/**] @property simple_query_string Returns documents based on a provided query string, using a parser with a limited but fault-tolerant syntax. */
simple_query_string?: <<QueryDslSimpleQueryStringQuery>>
@ -14430,7 +14458,7 @@ interface QueryDslQueryStringQuery extends <<QueryDslQueryBase>> {
minimum_should_match?: <<MinimumShouldMatch>>
pass:[/**] @property phrase_slop Maximum number of positions allowed between matching tokens for phrases. */
phrase_slop?: <<double>>
pass:[/**] @property query Query string you wish to parse and use for search. */
pass:[/**] @property query <<Query>> string you wish to parse and use for search. */
query: string
pass:[/**] @property quote_analyzer <<Analyzer>> used to convert quoted text in the query string into tokens. For quoted text, this parameter overrides the analyzer specified in the `analyzer` parameter. */
quote_analyzer?: string
@ -14718,7 +14746,7 @@ interface QueryDslScriptScoreFunction {
interface QueryDslScriptScoreQuery extends <<QueryDslQueryBase>> {
pass:[/**] @property min_score Documents with a score lower than this floating point number are excluded from the search results. */
min_score?: <<float>>
pass:[/**] @property query Query used to return documents. */
pass:[/**] @property query <<Query>> used to return documents. */
query: <<QueryDslQueryContainer>>
pass:[/**] @property script <<Script>> used to compute the score of documents returned by the query. Important: final relevance scores from the `script_score` query cannot be negative. */
script: <<Script>> | string
@ -14756,11 +14784,11 @@ interface QueryDslSemanticQuery extends <<QueryDslQueryBase>> {
<pre>
++++
interface QueryDslShapeFieldQuery {
pass:[/**] @property indexed_shape Queries using a pre-indexed shape. */
pass:[/**] @property indexed_shape <<Queries>> using a pre-indexed shape. */
indexed_shape?: <<QueryDslFieldLookup>>
pass:[/**] @property relation Spatial relation between the query shape and the document shape. */
relation?: <<GeoShapeRelation>>
pass:[/**] @property shape Queries using an inline shape definition in GeoJSON or Well Known Text (WKT) format. */
pass:[/**] @property shape <<Queries>> using an inline shape definition in GeoJSON or Well Known Text (WKT) format. */
shape?: <<GeoShape>>
}
[pass]
@ -14845,7 +14873,7 @@ interface QueryDslSimpleQueryStringQuery extends <<QueryDslQueryBase>> {
lenient?: boolean
pass:[/**] @property minimum_should_match Minimum number of clauses that must match for a document to be returned. */
minimum_should_match?: <<MinimumShouldMatch>>
pass:[/**] @property query Query string in the simple query string syntax you wish to parse and use for search. */
pass:[/**] @property query <<Query>> string in the simple query string syntax you wish to parse and use for search. */
query: string
pass:[/**] @property quote_field_suffix Suffix appended to quoted text in the query string. */
quote_field_suffix?: string
@ -15109,7 +15137,7 @@ interface QueryDslSparseVectorQuery extends <<QueryDslQueryBase>> {
<pre>
++++
interface QueryDslTermQuery extends <<QueryDslQueryBase>> {
pass:[/**] @property value Term you wish to find in the provided field. */
pass:[/**] @property value <<Term>> you wish to find in the provided field. */
value: <<FieldValue>>
pass:[/**] @property case_insensitive Allows ASCII case insensitive matching of the value with the indexed field values when set to `true`. When `false`, the case sensitivity of matching depends on the underlying fields mapping. */
case_insensitive?: boolean
@ -15220,7 +15248,7 @@ interface QueryDslTextExpansionQuery extends <<QueryDslQueryBase>> {
model_id: string
pass:[/**] @property model_text The query text */
model_text: string
pass:[/**] @property pruning_config Token pruning configurations */
pass:[/**] @property pruning_config <<Token>> pruning configurations */
pruning_config?: <<QueryDslTokenPruningConfig>>
}
[pass]
@ -15341,7 +15369,7 @@ interface QueryDslUntypedRangeQuery extends <<QueryDslRangeQueryBase>><any> {
interface QueryDslWeightedTokensQuery extends <<QueryDslQueryBase>> {
pass:[/**] @property tokens The tokens representing this query */
tokens: Record<string, <<float>>>
pass:[/**] @property pruning_config Token pruning configurations */
pass:[/**] @property pruning_config <<Token>> pruning configurations */
pruning_config?: <<QueryDslTokenPruningConfig>>
}
[pass]