Table of Contents

Class ValidateQueryRequestParameters

Namespace
Elasticsearch.Net
Assembly
Elasticsearch.Net.dll

Request options for IndicesValidateQueryForAll

http://www.elastic.co/guide/en/elasticsearch/reference/master/search-validate.html
public class ValidateQueryRequestParameters : RequestParameters<ValidateQueryRequestParameters>, IRequestParameters
Inheritance
ValidateQueryRequestParameters
Implements
Inherited Members

Constructors

ValidateQueryRequestParameters()

public ValidateQueryRequestParameters()

Properties

AllShards

Execute validation on all shards instead of one random shard per index

public bool? AllShards { get; set; }

Property Value

bool?

AllowNoIndices

Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes _all string or when no indices have been specified)

public bool? AllowNoIndices { get; set; }

Property Value

bool?

AnalyzeWildcard

Specify whether wildcard and prefix queries should be analyzed (default: false)

public bool? AnalyzeWildcard { get; set; }

Property Value

bool?

Analyzer

The analyzer to use for the query string

public string Analyzer { get; set; }

Property Value

string

DefaultHttpMethod

public override HttpMethod DefaultHttpMethod { get; }

Property Value

HttpMethod

DefaultOperator

The default operator for query string query (AND or OR)

public DefaultOperator? DefaultOperator { get; set; }

Property Value

DefaultOperator?

Df

The field to use as default where no field prefix is given in the query string

public string Df { get; set; }

Property Value

string

ExpandWildcards

Whether to expand wildcard expression to concrete indices that are open, closed or both.

public ExpandWildcards? ExpandWildcards { get; set; }

Property Value

ExpandWildcards?

Explain

Return detailed information about the error

public bool? Explain { get; set; }

Property Value

bool?

IgnoreUnavailable

Whether specified concrete indices should be ignored when unavailable (missing or closed)

public bool? IgnoreUnavailable { get; set; }

Property Value

bool?

Lenient

Specify whether format-based query failures (such as providing text to a numeric field) should be ignored

public bool? Lenient { get; set; }

Property Value

bool?

OperationThreading

TODO: ?

public string OperationThreading { get; set; }

Property Value

string

QueryOnQueryString

Query in the Lucene query string syntax

public string QueryOnQueryString { get; set; }

Property Value

string

Rewrite

Provide a more detailed explanation showing the actual Lucene query that will be executed.

public bool? Rewrite { get; set; }

Property Value

bool?