Class FieldCapabilities
Inheritance
FieldCapabilities
Assembly: OpenSearch.Client.dll
Syntax
public class FieldCapabilities
Properties
|
Edit this page
View Source
Aggregatable
Declaration
[DataMember(Name = "aggregatable")]
public bool Aggregatable { get; }
Property Value
|
Edit this page
View Source
Indices
Declaration
[DataMember(Name = "indices")]
public Indices Indices { get; }
Property Value
|
Edit this page
View Source
Declaration
[DataMember(Name = "meta")]
public IReadOnlyDictionary<string, string[]> Meta { get; }
Property Value
|
Edit this page
View Source
NonAggregatableIndices
Declaration
[DataMember(Name = "non_aggregatable_indices")]
public Indices NonAggregatableIndices { get; }
Property Value
|
Edit this page
View Source
NonSearchableIndices
Declaration
[DataMember(Name = "non_searchable_indices")]
public Indices NonSearchableIndices { get; }
Property Value
|
Edit this page
View Source
Searchable
Declaration
[DataMember(Name = "searchable")]
public bool Searchable { get; }
Property Value
Extension Methods