Skip to content

Commit f72c452

Browse files
authored
Remove unused NEST options from APIs
1 parent b56f904 commit f72c452

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
@@ -48,7 +48,6 @@ export interface Request extends RequestBase {
4848
lenient?: boolean
4949
min_score?: double
5050
preference?: string
51-
query_on_query_string?: string
5251
routing?: Routing
5352
terminate_after?: long
5453
q?: string

specification/_global/explain/ExplainRequest.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ export interface Request extends RequestBase {
3838
df?: string
3939
lenient?: boolean
4040
preference?: string
41-
query_on_query_string?: string
4241
routing?: Routing
4342
_source?: boolean | Fields
4443
_source_excludes?: Fields

0 commit comments

Comments
 (0)