Skip to content

Commit ca39c5e

Browse files
authored
Adds an external link to term vectors API spec. (#4537)
1 parent 67c5c15 commit ca39c5e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

specification/_doc_ids/table.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -878,6 +878,7 @@ synonym-solr,https://www.elastic.co/docs/reference/text-analysis/analysis-synony
878878
supported-flags,https://www.elastic.co/docs/reference/query-languages/query-dsl/query-dsl-simple-query-string-query#supported-flags
879879
tasks,https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-tasks
880880
templating-role-query,https://www.elastic.co/docs/deploy-manage/users-roles/cluster-or-deployment-auth/controlling-access-at-document-field-level#templating-role-query
881+
term-vectors-examples,https://www.elastic.co/docs/reference/elasticsearch/rest-apis/term-vectors-examples
881882
terminate-processor,https://www.elastic.co/docs/reference/enrich-processor/terminate-processor
882883
test-grok-pattern,https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-text-structure-test-grok-pattern
883884
time-value,https://github.com/elastic/elasticsearch/blob/current/libs/core/src/main/java/org/elasticsearch/core/TimeValue.java

specification/_global/termvectors/TermVectorsRequest.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,14 @@ import { Filter } from './types'
7272
* The term and field statistics are therefore only useful as relative measures whereas the absolute numbers have no meaning in this context.
7373
* By default, when requesting term vectors of artificial documents, a shard to get the statistics from is randomly selected.
7474
* Use `routing` only to hit a particular shard.
75+
* Refer to the linked documentation for detailed examples of how to use this API.
7576
* @rest_spec_name termvectors
7677
* @availability stack stability=stable
7778
* @availability serverless stability=stable visibility=public
7879
* @index_privileges read
7980
* @doc_tag document
8081
* @doc_id docs-termvectors
82+
* @ext_doc_id term-vectors-examples
8183
*/
8284
export interface Request<TDocument> extends RequestBase {
8385
urls: [

0 commit comments

Comments
 (0)