Class ClearCacheRequestParameters
- Namespace
- Elasticsearch.Net
- Assembly
- Elasticsearch.Net.dll
Request options for IndicesClearCacheForAll
http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-clearcache.html
public class ClearCacheRequestParameters : RequestParameters<ClearCacheRequestParameters>, IRequestParameters
- Inheritance
-
ClearCacheRequestParameters
- Implements
- Inherited Members
Constructors
ClearCacheRequestParameters()
public ClearCacheRequestParameters()
Properties
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?
DefaultHttpMethod
public override HttpMethod DefaultHttpMethod { get; }
Property Value
ExpandWildcards
Whether to expand wildcard expression to concrete indices that are open, closed or both.
public ExpandWildcards? ExpandWildcards { get; set; }
Property Value
Fielddata
Clear field data
public bool? Fielddata { get; set; }
Property Value
- bool?
Fields
A comma-separated list of fields to clear when using the field_data
parameter (default: all)
public string[] Fields { get; set; }
Property Value
- string[]
IgnoreUnavailable
Whether specified concrete indices should be ignored when unavailable (missing or closed)
public bool? IgnoreUnavailable { get; set; }
Property Value
- bool?
IndexQueryString
A comma-separated list of index name to limit the operation
public string[] IndexQueryString { get; set; }
Property Value
- string[]
Query
Clear query caches
public bool? Query { get; set; }
Property Value
- bool?
Recycler
Clear the recycler cache
public bool? Recycler { get; set; }
Property Value
- bool?
Request
Clear request cache
public bool? Request { get; set; }
Property Value
- bool?
RequestCache
Clear request cache
public bool? RequestCache { get; set; }
Property Value
- bool?