コード例 #1
0
 object ICustomJson.GetCustomJson()
 {
     return(SuggestPathInfo.GetCustomJson(this));
 }
コード例 #2
0
ファイル: SuggestDescriptor.cs プロジェクト: GopiKand/NEST
 protected override void UpdatePathInfo(IConnectionSettingsValues settings, ElasticsearchPathInfo <SuggestRequestParameters> pathInfo)
 {
     SuggestPathInfo.Update(pathInfo, this);
 }