Search Results for

    Show / Hide Table of Contents

    Class FieldCapabilities

    Inheritance
    object
    FieldCapabilities
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    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
    Type Description
    bool
    | Edit this page View Source

    Indices

    Declaration
    [DataMember(Name = "indices")]
    public Indices Indices { get; }
    Property Value
    Type Description
    Indices
    | Edit this page View Source

    Meta

    Declaration
    [DataMember(Name = "meta")]
    public IReadOnlyDictionary<string, string[]> Meta { get; }
    Property Value
    Type Description
    IReadOnlyDictionary<string, string[]>
    | Edit this page View Source

    NonAggregatableIndices

    Declaration
    [DataMember(Name = "non_aggregatable_indices")]
    public Indices NonAggregatableIndices { get; }
    Property Value
    Type Description
    Indices
    | Edit this page View Source

    NonSearchableIndices

    Declaration
    [DataMember(Name = "non_searchable_indices")]
    public Indices NonSearchableIndices { get; }
    Property Value
    Type Description
    Indices
    | Edit this page View Source

    Searchable

    Declaration
    [DataMember(Name = "searchable")]
    public bool Searchable { get; }
    Property Value
    Type Description
    bool

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Aggregatable
      • Indices
      • Meta
      • NonAggregatableIndices
      • NonSearchableIndices
      • Searchable
    • Extension Methods
    Back to top Generated by DocFX