Skip to content

Commit 5b89843

Browse files
committed
Improve analyze API summary
1 parent d3eb57a commit 5b89843

File tree

4 files changed

+21
-12
lines changed

4 files changed

+21
-12
lines changed

output/openapi/elasticsearch-openapi.json

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

output/openapi/elasticsearch-serverless-openapi.json

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

output/schema/schema.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.

specification/indices/analyze/IndicesAnalyzeRequest.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ import { Field, IndexName } from '@_types/common'
2525
import { TextToAnalyze } from './types'
2626

2727
/**
28-
* Performs analysis on a text string and returns the resulting tokens.
28+
* Get tokens from text analysis.
29+
* The analyze API performs [analysis](https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis.html) on a text string and returns the resulting tokens.
2930
* @doc_id indices-analyze
3031
* @rest_spec_name indices.analyze
3132
* @availability stack stability=stable

0 commit comments

Comments
 (0)