摘要:
/// <summary> /// POST /_analyze?pretty=true /// POST /employee/_analyze /// </summary> public void Analyze() { client.Analyze(x => x.Analyzer("standard").Text("Text to analyze").Pretty()); client.Ana 阅读全文
posted @ 2019-09-19 19:07
chester·chen
阅读(433)
评论(0)
推荐(0)
摘要:
/// /// POST /_all/employee/_search?typed_keys=true /// public void AllIndex() { client.Search(s => s.AllIndices().Query(q => q.Match(m => m.Field... 阅读全文
posted @ 2019-09-19 12:15
chester·chen
阅读(561)
评论(0)
推荐(0)