Skip to content

Commit aa1228d

Browse files
author
elasticsearchmachine
committed
Merge remote-tracking branch 'origin/main' into lucene_snapshot
2 parents 992b3c8 + bc0b77e commit aa1228d

File tree

207 files changed

+10290
-1180
lines changed

Some content is hidden

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

207 files changed

+10290
-1180
lines changed

docs/changelog/117589.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 117589
2+
summary: "Add Inference Unified API for chat completions for OpenAI"
3+
area: Machine Learning
4+
type: enhancement
5+
issues: []

docs/changelog/117657.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 117657
2+
summary: Ignore cancellation exceptions
3+
area: ES|QL
4+
type: bug
5+
issues: []

docs/changelog/117920.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 117920
2+
summary: Wait for the worker service to shutdown before closing task processor
3+
area: Machine Learning
4+
type: bug
5+
issues:
6+
- 117563

docs/changelog/117939.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 117939
2+
summary: Adding default endpoint for Elastic Rerank
3+
area: Machine Learning
4+
type: enhancement
5+
issues: []

docs/changelog/118027.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 118027
2+
summary: Esql compare nanos and millis
3+
area: ES|QL
4+
type: enhancement
5+
issues:
6+
- 116281

docs/changelog/118064.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 118064
2+
summary: Add Highlighter for Semantic Text Fields
3+
area: Highlighting
4+
type: feature
5+
issues: []

docs/plugins/analysis-kuromoji.asciidoc

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -750,3 +750,39 @@ Which results in:
750750
]
751751
}
752752
--------------------------------------------------
753+
754+
[[analysis-kuromoji-completion]]
755+
==== `kuromoji_completion` token filter
756+
757+
The `kuromoji_completion` token filter adds Japanese romanized tokens to the term attributes along with the original tokens (surface forms).
758+
759+
[source,console]
760+
--------------------------------------------------
761+
GET _analyze
762+
{
763+
"analyzer": "kuromoji_completion",
764+
"text": "寿司" <1>
765+
}
766+
--------------------------------------------------
767+
768+
<1> Returns `寿司`, `susi` (Kunrei-shiki) and `sushi` (Hepburn-shiki).
769+
770+
The `kuromoji_completion` token filter accepts the following settings:
771+
772+
`mode`::
773+
+
774+
--
775+
776+
The tokenization mode determines how the tokenizer handles compound and
777+
unknown words. It can be set to:
778+
779+
`index`::
780+
781+
Simple romanization. Expected to be used when indexing.
782+
783+
`query`::
784+
785+
Input Method aware romanization. Expected to be used when querying.
786+
787+
Defaults to `index`.
788+
--

docs/reference/esql/functions/kibana/definition/equals.json

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

docs/reference/esql/functions/kibana/definition/greater_than.json

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

docs/reference/esql/functions/kibana/definition/greater_than_or_equal.json

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

0 commit comments

Comments
 (0)