Skip to content

Commit

Permalink
Improve analyze API summary
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Sep 26, 2024
1 parent e7ffee1 commit 0010fd3
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 12 deletions.
12 changes: 8 additions & 4 deletions output/openapi/elasticsearch-openapi.json

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

12 changes: 8 additions & 4 deletions output/openapi/elasticsearch-serverless-openapi.json

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

6 changes: 3 additions & 3 deletions output/schema/schema.json

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

3 changes: 2 additions & 1 deletion specification/indices/analyze/IndicesAnalyzeRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ import { Field, IndexName } from '@_types/common'
import { TextToAnalyze } from './types'

/**
* Performs analysis on a text string and returns the resulting tokens.
* Get tokens from text analysis.
* 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.
* @doc_id indices-analyze
* @rest_spec_name indices.analyze
* @availability stack stability=stable
Expand Down

0 comments on commit 0010fd3

Please sign in to comment.