[ElasticSearch] skipped missing in Shards & sort values for each document returned are also returned as part of the response

This commit is contained in:
daphnes
2017-12-01 13:13:29 +01:00
parent 0fca415085
commit daaa8688f3
+2
View File
@@ -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;