Skip to content

Commit 5aa4fd1

Browse files
Adds an external link to term vectors API spec. (#4537) (#4541)
(cherry picked from commit ca39c5e) Co-authored-by: István Zoltán Szabó <[email protected]>
1 parent f80298e commit 5aa4fd1

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
@@ -873,6 +873,7 @@ synonym-solr,https://www.elastic.co/docs/reference/text-analysis/analysis-synony
873873
supported-flags,https://www.elastic.co/docs/reference/query-languages/query-dsl/query-dsl-simple-query-string-query#supported-flags
874874
tasks,https://www.elastic.co/docs/api/doc/elasticsearch/v9/group/endpoint-tasks
875875
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
876+
term-vectors-examples,https://www.elastic.co/docs/reference/elasticsearch/rest-apis/term-vectors-examples
876877
terminate-processor,https://www.elastic.co/docs/reference/enrich-processor/terminate-processor
877878
test-grok-pattern,https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-text-structure-test-grok-pattern
878879
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)