Class AnalyzeRequestParameters
- Namespace
- Elasticsearch.Net
- Assembly
- Elasticsearch.Net.dll
Request options for IndicesAnalyzeForAll
http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-analyze.html
public class AnalyzeRequestParameters : RequestParameters<AnalyzeRequestParameters>, IRequestParameters
- Inheritance
-
AnalyzeRequestParameters
- Implements
- Inherited Members
Constructors
AnalyzeRequestParameters()
public AnalyzeRequestParameters()
Properties
DefaultHttpMethod
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Format
Format of the output
public Format? Format { get; set; }
Property Value
IndexQueryString
The name of the index to scope the operation
public string IndexQueryString { get; set; }
Property Value
PreferLocal
With true
, specify that a local shard should be used if available, with false
, use a random shard (default: true)
public bool? PreferLocal { get; set; }
Property Value
- bool?