Skip to content

Adds full doc_id urls in table.csv #1282

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 4 commits into from
Jan 21, 2022
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
137 changes: 86 additions & 51 deletions output/schema/schema.json

Large diffs are not rendered by default.

56 changes: 28 additions & 28 deletions specification/_doc_ids/table.csv
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
async-search,/guide/en/elasticsearch/reference/current/async-search.html
autoscaling-delete-autoscaling-policy,/guide/en/elasticsearch/reference/current/autoscaling-delete-autoscaling-policy.html
autoscaling-get-autoscaling-capacity,/guide/en/elasticsearch/reference/current/autoscaling-get-autoscaling-capacity.html
autoscaling-get-autoscaling-policy,/guide/en/elasticsearch/reference/current/autoscaling-get-autoscaling-policy.html
autoscaling-put-autoscaling-policy,/guide/en/elasticsearch/reference/current/autoscaling-put-autoscaling-policy.html
docs-bulk,/guide/en/elasticsearch/reference/master/docs-bulk.html
cat-alias,/guide/en/elasticsearch/reference/master/cat-alias.html
cat-allocation,/guide/en/elasticsearch/reference/master/cat-allocation.html
cat-count,/guide/en/elasticsearch/reference/master/cat-count.html
cat-fielddata,/guide/en/elasticsearch/reference/master/cat-fielddata.html
cat-health,/guide/en/elasticsearch/reference/master/cat-health.html
cat,/guide/en/elasticsearch/reference/master/cat.html
cat-indices,/guide/en/elasticsearch/reference/master/cat-indices.html
cat-master,/guide/en/elasticsearch/reference/master/cat-master.html
cat-dfanalytics,/guide/en/elasticsearch/reference/current/cat-dfanalytics.html
cat-datafeeds,/guide/en/elasticsearch/reference/current/cat-datafeeds.html
cat-anomaly-detectors,/guide/en/elasticsearch/reference/current/cat-anomaly-detectors.html
cat-trained-model,/guide/en/elasticsearch/reference/current/cat-trained-model.html
cat-nodeattrs,/guide/en/elasticsearch/reference/master/cat-nodeattrs.html
cat-nodes,/guide/en/elasticsearch/reference/master/cat-nodes.html
cat-pending-tasks,/guide/en/elasticsearch/reference/master/cat-pending-tasks.html
cat-plugins,/guide/en/elasticsearch/reference/master/cat-plugins.html
cat-recovery,/guide/en/elasticsearch/reference/master/cat-recovery.html
cat-repositories,/guide/en/elasticsearch/reference/master/cat-repositories.html
cat-segments,/guide/en/elasticsearch/reference/master/cat-segments.html
cat-shards,/guide/en/elasticsearch/reference/master/cat-shards.html
cat-snapshots,/guide/en/elasticsearch/reference/master/cat-snapshots.html
tasks,/guide/en/elasticsearch/reference/master/tasks.html
async-search,https://www.elastic.co/guide/en/elasticsearch/reference/master/async-search.html
autoscaling-delete-autoscaling-policy,https://www.elastic.co/guide/en/elasticsearch/reference/master/autoscaling-delete-autoscaling-policy.html
autoscaling-get-autoscaling-capacity,https://www.elastic.co/guide/en/elasticsearch/reference/master/autoscaling-get-autoscaling-capacity.html
autoscaling-get-autoscaling-policy,https://www.elastic.co/guide/en/elasticsearch/reference/master/autoscaling-get-autoscaling-policy.html
autoscaling-put-autoscaling-policy,https://www.elastic.co/guide/en/elasticsearch/reference/master/autoscaling-put-autoscaling-policy.html
docs-bulk,https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-bulk.html
cat-alias,https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-alias.html
cat-allocation,https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-allocation.html
cat-count,https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-count.html
cat-fielddata,https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-fielddata.html
cat-health,https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-health.html
cat,https://www.elastic.co/guide/en/elasticsearch/reference/master/cat.html
cat-indices,https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-indices.html
cat-master,https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-master.html
cat-dfanalytics,https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-dfanalytics.html
cat-datafeeds,https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-datafeeds.html
cat-anomaly-detectors,https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-anomaly-detectors.html
cat-trained-model,https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-trained-model.html
cat-nodeattrs,https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-nodeattrs.html
cat-nodes,https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-nodes.html
cat-pending-tasks,https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-pending-tasks.html
cat-plugins,https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-plugins.html
cat-recovery,https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-recovery.html
cat-repositories,https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-repositories.html
cat-segments,https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-segments.html
cat-shards,https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-shards.html
cat-snapshots,https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-snapshots.html
tasks,https://www.elastic.co/guide/en/elasticsearch/reference/master/tasks.html
cat-templates,/guide/en/elasticsearch/reference/master/cat-templates.html
cat-thread-pool,/guide/en/elasticsearch/reference/master/cat-thread-pool.html
cat-transforms,/guide/en/elasticsearch/reference/current/cat-transforms.html
Expand Down
1 change: 1 addition & 0 deletions specification/async_search/get/AsyncSearchGetRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import { Time } from '@_types/Time'
* @rest_spec_name async_search.get
* @since 7.7.0
* @stability stable
* @doc_id async-search
*/
export interface Request extends RequestBase {
path_parts: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import { Id } from '@_types/common'
* @rest_spec_name async_search.status
* @since 7.11.0
* @stability stable
* @doc_id async-search
*/
export interface Request extends RequestBase {
path_parts: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ import { Operator } from '@_types/query_dsl/Operator'
* @rest_spec_name async_search.submit
* @since 7.7.0
* @stability stable
* @doc_id async-search
*/
// NOTE: this is a SearchRequest with 3 added parameters: wait_for_completion_timeout, keep_on_completion and keep_alive
export interface Request extends RequestBase {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import { Name } from '@_types/common'
* @rest_spec_name autoscaling.delete_autoscaling_policy
* @since 7.11.0
* @stability stable
* @doc_id autoscaling-delete-autoscaling-policy
*/
export interface Request extends RequestBase {
path_parts: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ import { RequestBase } from '@_types/Base'
* @rest_spec_name autoscaling.get_autoscaling_capacity
* @since 7.11.0
* @stability stable
* @doc_id autoscaling-get-autoscaling-capacity
*/
export interface Request extends RequestBase {}
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import { Name } from '@_types/common'
* @rest_spec_name autoscaling.get_autoscaling_policy
* @since 7.11.0
* @stability stable
* @doc_id autoscaling-get-autoscaling-capacity
*/
export interface Request extends RequestBase {
path_parts: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import { Name } from '@_types/common'
* @rest_spec_name autoscaling.put_autoscaling_policy
* @since 7.11.0
* @stability stable
* @doc_id autoscaling-put-autoscaling-policy
*/
export interface Request extends RequestBase {
path_parts: {
Expand Down
1 change: 1 addition & 0 deletions specification/cat/aliases/CatAliasesRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import { ExpandWildcards, Names } from '@_types/common'
* @rest_spec_name cat.aliases
* @since 0.0.0
* @stability stable
* @doc_id cat-alias
*/
export interface Request extends CatRequestBase {
path_parts: {
Expand Down
1 change: 1 addition & 0 deletions specification/cat/allocation/CatAllocationRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import { Bytes, NodeIds } from '@_types/common'
* @rest_spec_name cat.allocation
* @since 0.0.0
* @stability stable
* @doc_id cat-allocation
*/
export interface Request extends CatRequestBase {
path_parts: {
Expand Down
1 change: 1 addition & 0 deletions specification/cat/count/CatCountRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import { Indices } from '@_types/common'
* @rest_spec_name cat.count
* @since 0.0.0
* @stability stable
* @doc_id cat-count
*/
export interface Request extends CatRequestBase {
path_parts: {
Expand Down
1 change: 1 addition & 0 deletions specification/cat/fielddata/CatFielddataRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import { Bytes, Fields } from '@_types/common'
* @rest_spec_name cat.fielddata
* @since 0.0.0
* @stability stable
* @doc_id cat-fielddata
*/
export interface Request extends CatRequestBase {
path_parts: {
Expand Down
1 change: 1 addition & 0 deletions specification/cat/health/CatHealthRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import { CatRequestBase } from '@cat/_types/CatBase'
* @rest_spec_name cat.health
* @since 0.0.0
* @stability stable
* @doc_id cat-health
*/
export interface Request extends CatRequestBase {
query_parameters: {
Expand Down
1 change: 1 addition & 0 deletions specification/cat/help/CatHelpRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ import { CatRequestBase } from '@cat/_types/CatBase'
* @rest_spec_name cat.help
* @since 0.0.0
* @stability stable
* @doc_id cat
*/
export interface Request extends CatRequestBase {}
1 change: 1 addition & 0 deletions specification/cat/indices/CatIndicesRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import { Bytes, ExpandWildcards, HealthStatus, Indices } from '@_types/common'
* @rest_spec_name cat.indices
* @since 0.0.0
* @stability stable
* @doc_id cat-indices
*/
export interface Request extends CatRequestBase {
path_parts: {
Expand Down
1 change: 1 addition & 0 deletions specification/cat/master/CatMasterRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ import { CatRequestBase } from '@cat/_types/CatBase'
* @rest_spec_name cat.master
* @since 0.0.0
* @stability stable
* @doc_id cat-master
*/
export interface Request extends CatRequestBase {}
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import { Bytes, Id } from '@_types/common'
* @rest_spec_name cat.ml_data_frame_analytics
* @since 7.7.0
* @stability stable
* @doc_id cat-dfanalytics
*/
export interface Request extends CatRequestBase {
path_parts: {
Expand Down
1 change: 1 addition & 0 deletions specification/cat/ml_datafeeds/CatDatafeedsRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import { TimeUnit } from '@_types/Time'
* @since 7.7.0
* @stability stable
* @cluster_privileges monitor_ml
* @doc_id cat-datafeeds
*/
export interface Request extends CatRequestBase {
path_parts: {
Expand Down
1 change: 1 addition & 0 deletions specification/cat/ml_jobs/CatJobsRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import { TimeUnit } from '@_types/Time'
* @since 7.7.0
* @stability stable
* @cluster_privileges monitor_ml
* @doc_id cat-anomaly-detectors
*/
export interface Request extends CatRequestBase {
path_parts: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import { integer } from '@_types/Numeric'
* @rest_spec_name cat.ml_trained_models
* @since 7.7.0
* @stability stable
* @doc_id cat-trained-model
*/
export interface Request extends CatRequestBase {
path_parts: {
Expand Down
1 change: 1 addition & 0 deletions specification/cat/nodeattrs/CatNodeAttributesRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ import { CatRequestBase } from '@cat/_types/CatBase'
* @rest_spec_name cat.nodeattrs
* @since 0.0.0
* @stability stable
* @doc_id cat-nodeattrs
*/
export interface Request extends CatRequestBase {}
1 change: 1 addition & 0 deletions specification/cat/nodes/CatNodesRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import { Bytes } from '@_types/common'
* @rest_spec_name cat.nodes
* @since 0.0.0
* @stability stable
* @doc_id cat-nodes
*/
export interface Request extends CatRequestBase {
query_parameters: {
Expand Down
1 change: 1 addition & 0 deletions specification/cat/pending_tasks/CatPendingTasksRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ import { CatRequestBase } from '@cat/_types/CatBase'
* @rest_spec_name cat.pending_tasks
* @since 0.0.0
* @stability stable
* @doc_id cat-pending-tasks
*/
export interface Request extends CatRequestBase {}
1 change: 1 addition & 0 deletions specification/cat/plugins/CatPluginsRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ import { CatRequestBase } from '@cat/_types/CatBase'
* @rest_spec_name cat.plugins
* @since 0.0.0
* @stability stable
* @doc_id cat-plugins
*/
export interface Request extends CatRequestBase {}
1 change: 1 addition & 0 deletions specification/cat/recovery/CatRecoveryRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import { Bytes, Indices } from '@_types/common'
* @rest_spec_name cat.recovery
* @since 0.0.0
* @stability stable
* @doc_id cat-recovery
*/
export interface Request extends CatRequestBase {
path_parts: {
Expand Down
1 change: 1 addition & 0 deletions specification/cat/repositories/CatRepositoriesRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ import { CatRequestBase } from '@cat/_types/CatBase'
* @rest_spec_name cat.repositories
* @since 2.1.0
* @stability stable
* @doc_id cat-repositories
*/
export interface Request extends CatRequestBase {}
1 change: 1 addition & 0 deletions specification/cat/segments/CatSegmentsRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import { Bytes, Indices } from '@_types/common'
* @rest_spec_name cat.segments
* @since 0.0.0
* @stability stable
* @doc_id cat-segments
*/
export interface Request extends CatRequestBase {
path_parts: {
Expand Down
1 change: 1 addition & 0 deletions specification/cat/shards/CatShardsRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import { Bytes, Indices } from '@_types/common'
* @rest_spec_name cat.shards
* @since 0.0.0
* @stability stable
* @doc_id cat-shards
*/
export interface Request extends CatRequestBase {
path_parts: {
Expand Down
1 change: 1 addition & 0 deletions specification/cat/snapshots/CatSnapshotsRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import { Names } from '@_types/common'
* @rest_spec_name cat.snapshots
* @since 2.1.0
* @stability stable
* @doc_id cat-snapshots
*/
export interface Request extends CatRequestBase {
path_parts: {
Expand Down
1 change: 1 addition & 0 deletions specification/cat/tasks/CatTasksRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import { long } from '@_types/Numeric'
* @rest_spec_name cat.tasks
* @since 5.0.0
* @stability experimental
* @doc_id tasks
*/
export interface Request extends CatRequestBase {
query_parameters: {
Expand Down
1 change: 1 addition & 0 deletions specification/cat/templates/CatTemplatesRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import { Name } from '@_types/common'
* @rest_spec_name cat.templates
* @since 5.2.0
* @stability stable
* @doc_id cat-templates
*/
export interface Request extends CatRequestBase {
path_parts: {
Expand Down
1 change: 1 addition & 0 deletions specification/cat/thread_pool/CatThreadPoolRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import { Time } from '@_types/Time'
* @rest_spec_name cat.thread_pool
* @since 0.0.0
* @stability stable
* @doc_id cat-thread-pool
*/
export interface Request extends CatRequestBase {
path_parts: {
Expand Down
1 change: 1 addition & 0 deletions specification/cat/transforms/CatTransformsRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import { integer } from '@_types/Numeric'
* @rest_spec_name cat.transforms
* @since 7.7.0
* @stability stable
* @doc_id cat-transforms
*/
export interface Request extends CatRequestBase {
path_parts: {
Expand Down
1 change: 1 addition & 0 deletions specification/tasks/cancel/CancelTasksRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import { TaskId } from '@_types/common'
* @rest_spec_name tasks.cancel
* @since 2.3.0
* @stability experimental
* @doc_id tasks
*/
export interface Request extends RequestBase {
path_parts: {
Expand Down
1 change: 1 addition & 0 deletions specification/tasks/get/GetTaskRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import { Time } from '@_types/Time'
* @rest_spec_name tasks.get
* @since 5.0.0
* @stability experimental
* @doc_id tasks
*/
export interface Request extends RequestBase {
path_parts: {
Expand Down
1 change: 1 addition & 0 deletions specification/tasks/list/ListTasksRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import { GroupBy } from '@tasks/_types/GroupBy'
* @since 2.3.0
* @stability experimental
* @cluster_privileges monitor, manage
* @doc_id tasks
*/
export interface Request extends RequestBase {
query_parameters: {
Expand Down