mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
[ElasticSearch] skipped missing in Shards & sort values for each document returned are also returned as part of the response
This commit is contained in:
Vendored
+2
@@ -131,6 +131,7 @@ declare module Elasticsearch {
|
||||
total: number;
|
||||
successful: number;
|
||||
failed: number;
|
||||
skipped: number;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -632,6 +633,7 @@ declare module Elasticsearch {
|
||||
fields?: any;
|
||||
highlight?: any;
|
||||
inner_hits?: any;
|
||||
sort?: string[];
|
||||
}[];
|
||||
};
|
||||
aggregations?: any;
|
||||
|
||||
Reference in New Issue
Block a user