Search Results for

    Show / Hide Table of Contents

    Interface IKeywordProperty

    A field to index structured content such as IDs, email addresses, hostnames, status codes, zip codes or tags. Used for filtering, sorting, and for aggregations.

    Keyword fields are only searchable by their exact value.
    Inherited Members
    IDocValuesProperty.DocValues
    ICoreProperty.CopyTo
    ICoreProperty.Fields
    ICoreProperty.Similarity
    ICoreProperty.Store
    IProperty.LocalMetadata
    IProperty.Meta
    IProperty.Name
    IProperty.Type
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IKeywordProperty : IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping

    Properties

    | Edit this page View Source

    Boost

    Declaration
    [DataMember(Name = "boost")]
    double? Boost { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    EagerGlobalOrdinals

    Declaration
    [DataMember(Name = "eager_global_ordinals")]
    bool? EagerGlobalOrdinals { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    IgnoreAbove

    Declaration
    [DataMember(Name = "ignore_above")]
    int? IgnoreAbove { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    Index

    Declaration
    [DataMember(Name = "index")]
    bool? Index { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    IndexOptions

    Declaration
    [DataMember(Name = "index_options")]
    IndexOptions? IndexOptions { get; set; }
    Property Value
    Type Description
    IndexOptions?
    | Edit this page View Source

    Normalizer

    Declaration
    [DataMember(Name = "normalizer")]
    string Normalizer { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Norms

    Declaration
    [DataMember(Name = "norms")]
    bool? Norms { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    NullValue

    Declaration
    [DataMember(Name = "null_value")]
    string NullValue { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    SplitQueriesOnWhitespace

    Whether full text queries should split the input on whitespace when building a query for this field.

    Declaration
    [DataMember(Name = "split_queries_on_whitespace")]
    bool? SplitQueriesOnWhitespace { get; set; }
    Property Value
    Type Description
    bool?

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Boost
      • EagerGlobalOrdinals
      • IgnoreAbove
      • Index
      • IndexOptions
      • Normalizer
      • Norms
      • NullValue
      • SplitQueriesOnWhitespace
    • Extension Methods
    Back to top Generated by DocFX