Skip to content

Commit d53ae07

Browse files
authored
Merge branch 'main' into esql_change_point_docs_and_tech_preview
2 parents ff8c0ce + f658af6 commit d53ae07

File tree

52 files changed

+1229
-291
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+1229
-291
lines changed

docs/changelog/125739.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 125739
2+
summary: Heuristics to pick efficient partitioning
3+
area: ES|QL
4+
type: enhancement
5+
issues: []

docs/changelog/125832.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 125832
2+
summary: "ESQL: Fix `NULL` handling in `IN` clause"
3+
area: ES|QL
4+
type: bug
5+
issues:
6+
- 119950

docs/changelog/126578.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 126578
2+
summary: Retrieve token text only when necessary
3+
area: ES|QL
4+
type: bug
5+
issues: []

docs/reference/elasticsearch/mapping-reference/rank-vectors.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
navigation_title: "Rank Vectors"
33
mapped_pages:
4-
- https://www.elastic.co/guide/en/elasticsearch/reference/master/rank-vectors.html
4+
- https://www.elastic.co/guide/en/elasticsearch/reference/current/rank-vectors.html
5+
# That link will 404 until 8.18 is current
6+
# (see https://www.elastic.co/guide/en/elasticsearch/reference/8.18/rank-vectors.html)
57
---
68

79
# Rank Vectors [rank-vectors]

docs/reference/elasticsearch/mapping-reference/semantic-text.md

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,30 @@ to create the endpoint. If not specified, the {{infer}} endpoint defined by
109109
`inference_id` will be used at both index and query time.
110110

111111
`chunking_settings`
112-
: (Optional, object) Sets chunking settings that will override the settings
113-
configured by the `inference_id` endpoint.
114-
See [chunking settings attributes](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-inference-put)
115-
in the {{infer}} API documentation for a complete list of available options.
112+
: (Optional, object) Settings for chunking text into smaller passages.
113+
If specified, these will override the chunking settings set in the {infer-cap}
114+
endpoint associated with `inference_id`.
115+
If chunking settings are updated, they will not be applied to existing documents
116+
until they are reindexed.
117+
118+
::::{dropdown} Valid values for `chunking_settings`
119+
`type`
120+
: Indicates the type of chunking strategy to use. Valid values are `word` or
121+
`sentence`. Required.
122+
123+
`max_chunk_size`
124+
: The maximum number of works in a chunk. Required.
125+
126+
`overlap`
127+
: The number of overlapping words allowed in chunks. This cannot be defined as
128+
more than half of the `max_chunk_size`. Required for `word` type chunking
129+
settings.
130+
131+
`sentence_overlap`
132+
: The number of overlapping sentences allowed in chunks. Valid values are `0`
133+
or `1`. Required for `sentence` type chunking settings
134+
135+
::::
116136

117137
## {{infer-cap}} endpoint validation [infer-endpoint-validation]
118138

docs/reference/elasticsearch/rest-apis/create-index-from-source.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
navigation_title: "Create index from source"
33
mapped_pages:
4-
- https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-create-index-from-source.html
4+
- https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-create-index-from-source.html
5+
# That link will 404 until 8.18 is current
6+
# (see https://www.elastic.co/guide/en/elasticsearch/reference/8.18/indices-create-index-from-source.html)
57
applies_to:
68
stack: all
79
---

docs/reference/elasticsearch/rest-apis/reindex-data-stream.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
navigation_title: "Reindex data stream"
33
mapped_pages:
4-
- https://www.elastic.co/guide/en/elasticsearch/reference/master/data-stream-reindex-api.html
4+
- https://www.elastic.co/guide/en/elasticsearch/reference/current/data-stream-reindex-api.html
5+
# That link will 404 until 8.18 is current
6+
# (see https://www.elastic.co/guide/en/elasticsearch/reference/8.18/data-stream-reindex-api.html)
57
applies_to:
68
stack: all
79
---

docs/reference/query-languages/esql/commands/processing-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
navigation_title: "Processing commands"
33
mapped_pages:
4-
- https://www.elastic.co/guide/en/elasticsearch/reference/current/commands/processing-commands.html
4+
- https://www.elastic.co/guide/en/elasticsearch/reference/current/esql-commands.html
55
---
66

77
# {{esql}} processing commands [esql-processing-commands]

docs/reference/query-languages/esql/commands/source-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
navigation_title: "Source commands"
33
mapped_pages:
4-
- https://www.elastic.co/guide/en/elasticsearch/reference/current/commands/source-commands.html
4+
- https://www.elastic.co/guide/en/elasticsearch/reference/current/esql-commands.html
55
---
66

77
# {{esql}} source commands [esql-source-commands]

muted-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -402,9 +402,6 @@ tests:
402402
- class: org.elasticsearch.xpack.downsample.ILMDownsampleDisruptionIT
403403
method: testILMDownsampleRollingRestart
404404
issue: https://github.com/elastic/elasticsearch/issues/126495
405-
- class: org.elasticsearch.xpack.search.AsyncSearchErrorTraceIT
406-
method: testDataNodeLogsStackTraceWhenErrorTraceFalseOrEmpty
407-
issue: https://github.com/elastic/elasticsearch/issues/126357
408405
- class: org.elasticsearch.smoketest.MlWithSecurityIT
409406
method: test {yaml=ml/get_trained_model_stats/Test get stats given trained models}
410407
issue: https://github.com/elastic/elasticsearch/issues/126510

0 commit comments

Comments
 (0)