Search Results for

    Show / Hide Table of Contents

    Interface IGenericProperty

    A generic property to map properties that may be of different types. Not all methods are valid for all types.

    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 IGenericProperty : IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping

    Properties

    | Edit this page View Source

    Analyzer

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

    Boost

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

    Fielddata

    Declaration
    [DataMember(Name = "fielddata")]
    IStringFielddata Fielddata { get; set; }
    Property Value
    Type Description
    IStringFielddata
    | 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

    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

    PositionIncrementGap

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

    SearchAnalyzer

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

    TermVector

    Declaration
    [DataMember(Name = "term_vector")]
    TermVectorOption? TermVector { get; set; }
    Property Value
    Type Description
    TermVectorOption?

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Analyzer
      • Boost
      • Fielddata
      • IgnoreAbove
      • Index
      • IndexOptions
      • Norms
      • NullValue
      • PositionIncrementGap
      • SearchAnalyzer
      • TermVector
    • Extension Methods
    Back to top Generated by DocFX