Skip to content

Commit fb8623a

Browse files
authored
Merge branch 'main' into markjhoy/add_sparse_vector_token_pruning_index_options
2 parents 854a78e + a859f37 commit fb8623a

File tree

92 files changed

+2302
-733
lines changed

Some content is hidden

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

92 files changed

+2302
-733
lines changed

docs/changelog/127651.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 127651
2+
summary: Add complete attribute to .fleet-agents docs
3+
area: Infra/Plugins
4+
type: bug
5+
issues: []

docs/changelog/128399.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 128399
2+
summary: Allow missing shard stats for restarted nodes for `_snapshot/_status`
3+
area: Snapshot/Restore
4+
type: enhancement
5+
issues: []

docs/changelog/128531.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/changelog/128694.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 128694
2+
summary: "Adding Google VertexAI completion integration"
3+
area: Inference
4+
type: enhancement
5+
issues: [ ]

docs/changelog/128925.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 128925
2+
summary: ES|QL - Add `match_phrase` full text function (tech preview)
3+
area: ES|QL
4+
type: enhancement
5+
issues: []

docs/reference/query-languages/esql/_snippets/functions/description/match_phrase.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/query-languages/esql/_snippets/functions/parameters/match_phrase.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
* [preview] [`KQL`](../../functions-operators/search-functions.md#esql-kql)
22
* [preview] [`MATCH`](../../functions-operators/search-functions.md#esql-match)
3-
% * [preview] [
4-
`MATCH_PHRASE`](../../functions-operators/search-functions.md#esql-match-phrase)
3+
* [preview] [`MATCH_PHRASE`](../../functions-operators/search-functions.md#esql-match_phrase)
54
* [preview] [`QSTR`](../../functions-operators/search-functions.md#esql-qstr)
65
% * [preview] [
76
`TERM`](../../functions-operators/search-functions.md#esql-term)

docs/reference/query-languages/esql/functions-operators/search-functions.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ for information on the limitations of full text search.
3636
:::{include} ../_snippets/functions/layout/match.md
3737
:::
3838

39-
% MATCH_PHRASE is currently hidden
40-
% :::{include} ../_snippets/functions/layout/match_phrase.md
41-
% :::
39+
:::{include} ../_snippets/functions/layout/match_phrase.md
40+
:::
4241

4342
:::{include} ../_snippets/functions/layout/qstr.md
4443
:::

docs/reference/query-languages/esql/kibana/definition/functions/match_phrase.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)