コード例 #1
0
 /// <inheritdoc cref="CreateFollowIndex(IndexName, System.Func{Nest6.CreateFollowIndexDescriptor,Nest6.ICreateFollowIndexRequest})" />
 public ICreateFollowIndexResponse CreateFollowIndex(ICreateFollowIndexRequest request) =>
 Dispatcher.Dispatch <ICreateFollowIndexRequest, CreateFollowIndexRequestParameters, CreateFollowIndexResponse>(
     request,
     (p, d) => LowLevelDispatch.CcrFollowDispatch <CreateFollowIndexResponse>(p, d)
     );