Skip to content

Commit

Permalink
Merge branch 'main' into lucene_changes_synthetic_snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
jimczi authored Dec 9, 2024
2 parents df01f6c + 7ffac3b commit e12b054
Show file tree
Hide file tree
Showing 214 changed files with 10,543 additions and 1,268 deletions.
5 changes: 5 additions & 0 deletions docs/changelog/117589.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 117589
summary: "Add Inference Unified API for chat completions for OpenAI"
area: Machine Learning
type: enhancement
issues: []
5 changes: 5 additions & 0 deletions docs/changelog/117657.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 117657
summary: Ignore cancellation exceptions
area: ES|QL
type: bug
issues: []
5 changes: 5 additions & 0 deletions docs/changelog/117939.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 117939
summary: Adding default endpoint for Elastic Rerank
area: Machine Learning
type: enhancement
issues: []
6 changes: 6 additions & 0 deletions docs/changelog/118027.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 118027
summary: Esql compare nanos and millis
area: ES|QL
type: enhancement
issues:
- 116281
5 changes: 5 additions & 0 deletions docs/changelog/118064.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 118064
summary: Add Highlighter for Semantic Text Fields
area: Highlighting
type: feature
issues: []
36 changes: 36 additions & 0 deletions docs/plugins/analysis-kuromoji.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -750,3 +750,39 @@ Which results in:
]
}
--------------------------------------------------

[[analysis-kuromoji-completion]]
==== `kuromoji_completion` token filter

The `kuromoji_completion` token filter adds Japanese romanized tokens to the term attributes along with the original tokens (surface forms).

[source,console]
--------------------------------------------------
GET _analyze
{
"analyzer": "kuromoji_completion",
"text": "寿司" <1>
}
--------------------------------------------------

<1> Returns `寿司`, `susi` (Kunrei-shiki) and `sushi` (Hepburn-shiki).

The `kuromoji_completion` token filter accepts the following settings:

`mode`::
+
--

The tokenization mode determines how the tokenizer handles compound and
unknown words. It can be set to:

`index`::

Simple romanization. Expected to be used when indexing.

`query`::

Input Method aware romanization. Expected to be used when querying.

Defaults to `index`.
--
36 changes: 36 additions & 0 deletions docs/reference/esql/functions/kibana/definition/equals.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 36 additions & 0 deletions docs/reference/esql/functions/kibana/definition/greater_than.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 36 additions & 0 deletions docs/reference/esql/functions/kibana/definition/less_than.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 36 additions & 0 deletions docs/reference/esql/functions/kibana/definition/not_equals.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions docs/reference/esql/functions/types/equals.asciidoc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions docs/reference/esql/functions/types/greater_than.asciidoc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions docs/reference/esql/functions/types/less_than.asciidoc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions docs/reference/esql/functions/types/not_equals.asciidoc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e12b054

Please sign in to comment.