elasticsearch: Use Refresh for IndexDocumentParams (#29645)

This commit is contained in:
Esa-Matti Suuronen
2018-10-11 20:35:17 +03:00
committed by Andy
parent 7f7d13a9fb
commit ae7d2e5ef4

View File

@@ -443,7 +443,7 @@ export interface IndexDocumentParams<T> extends GenericParams {
waitForActiveShards?: string;
opType?: "index" | "create";
parent?: string;
refresh?: string;
refresh?: Refresh;
routing?: string;
timeout?: TimeSpan;
timestamp?: Date | number;