Skip to content

Adds an external link to term vectors API spec #4537

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions specification/_doc_ids/table.csv
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,7 @@ synonym-solr,https://www.elastic.co/docs/reference/text-analysis/analysis-synony
supported-flags,https://www.elastic.co/docs/reference/query-languages/query-dsl/query-dsl-simple-query-string-query#supported-flags
tasks,https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-tasks
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
term-vectors-examples,https://www.elastic.co/docs/reference/elasticsearch/rest-apis/term-vectors-examples
terminate-processor,https://www.elastic.co/docs/reference/enrich-processor/terminate-processor
test-grok-pattern,https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-text-structure-test-grok-pattern
time-value,https://github.com/elastic/elasticsearch/blob/current/libs/core/src/main/java/org/elasticsearch/core/TimeValue.java
Expand Down
2 changes: 2 additions & 0 deletions specification/_global/termvectors/TermVectorsRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,14 @@ import { Filter } from './types'
* The term and field statistics are therefore only useful as relative measures whereas the absolute numbers have no meaning in this context.
* By default, when requesting term vectors of artificial documents, a shard to get the statistics from is randomly selected.
* Use `routing` only to hit a particular shard.
* Refer to the linked documentation for detailed examples of how to use this API.
* @rest_spec_name termvectors
* @availability stack stability=stable
* @availability serverless stability=stable visibility=public
* @index_privileges read
* @doc_tag document
* @doc_id docs-termvectors
* @ext_doc_id term-vectors-examples
*/
export interface Request<TDocument> extends RequestBase {
urls: [
Expand Down