摘要:
/// <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 阅读全文
摘要:
/// /// POST /_all/employee/_search?typed_keys=true /// public void AllIndex() { client.Search(s => s.AllIndices().Query(q => q.Match(m => m.Field... 阅读全文