We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea88ab commit 264f7b1Copy full SHA for 264f7b1
src/Nest/ElasticClient-Reindex.cs
@@ -16,7 +16,7 @@ public IObservable<IReindexResponse<T>> Reindex<T>(Func<ReindexDescriptor<T>, Re
16
}
17
18
/// <inheritdoc />
19
- public IObservable<IReindexResponse<object>> Reindex(Func<ReindexDescriptor<object>, ReindexDescriptor<object>> reindexSelector)
+ public IObservable<IReindexResponse<IDocument>> Reindex(Func<ReindexDescriptor<object>, ReindexDescriptor<object>> reindexSelector)
20
{
21
return Reindex<object>(reindexSelector);
22
0 commit comments