Skip to content

Commit 93dc28c

Browse files
authored
[7.x] Remove unused NEST options from APIs
1 parent ee9e338 commit 93dc28c

File tree

10 files changed

+61
-138
lines changed

10 files changed

+61
-138
lines changed

output/schema/schema.json

Lines changed: 33 additions & 85 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/validation-errors.json

Lines changed: 0 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 3 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_global/count/CountRequest.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ export interface Request extends RequestBase {
5050
lenient?: boolean
5151
min_score?: double
5252
preference?: string
53-
query_on_query_string?: string
5453
routing?: Routing
5554
terminate_after?: long
5655
q?: string

specification/_global/explain/ExplainRequest.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ export interface Request extends RequestBase {
4646
df?: string
4747
lenient?: boolean
4848
preference?: string
49-
query_on_query_string?: string
5049
routing?: Routing
5150
_source?: boolean | Fields
5251
_source_excludes?: Fields

0 commit comments

Comments
 (0)