Search Results for

    Show / Hide Table of Contents

    Class TextProperty

    A field to index full-text values, such as the body of an email or the description of a product. These fields are analyzed in OpenSearch, by passing through an analyzer to convert the string into a list of individual terms before being indexed.

    Text fields are not used for sorting and seldom used for aggregations
    Inheritance
    object
    PropertyBase
    CorePropertyBase
    TextProperty
    Implements
    IPropertyWithClrOrigin
    ITextProperty
    ICoreProperty
    IProperty
    IFieldMapping
    Inherited Members
    CorePropertyBase.CopyTo
    CorePropertyBase.Fields
    CorePropertyBase.Similarity
    CorePropertyBase.Store
    PropertyBase.LocalMetadata
    PropertyBase.Meta
    PropertyBase.Name
    PropertyBase.DebugDisplay
    PropertyBase.ToString()
    PropertyBase.TypeOverride
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class TextProperty : CorePropertyBase, IPropertyWithClrOrigin, ITextProperty, ICoreProperty, IProperty, IFieldMapping

    Constructors

    | Edit this page View Source

    TextProperty()

    Declaration
    public TextProperty()

    Properties

    | Edit this page View Source

    Analyzer

    Declaration
    public string Analyzer { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Boost

    Declaration
    public double? Boost { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    EagerGlobalOrdinals

    Declaration
    public bool? EagerGlobalOrdinals { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Fielddata

    Declaration
    public bool? Fielddata { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    FielddataFrequencyFilter

    Declaration
    public IFielddataFrequencyFilter FielddataFrequencyFilter { get; set; }
    Property Value
    Type Description
    IFielddataFrequencyFilter
    | Edit this page View Source

    Index

    Declaration
    public bool? Index { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    IndexOptions

    Declaration
    public IndexOptions? IndexOptions { get; set; }
    Property Value
    Type Description
    IndexOptions?
    | Edit this page View Source

    IndexPhrases

    Declaration
    public bool? IndexPhrases { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    IndexPrefixes

    Declaration
    public ITextIndexPrefixes IndexPrefixes { get; set; }
    Property Value
    Type Description
    ITextIndexPrefixes
    | Edit this page View Source

    Norms

    Declaration
    public bool? Norms { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    PositionIncrementGap

    Declaration
    public int? PositionIncrementGap { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    SearchAnalyzer

    Declaration
    public string SearchAnalyzer { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    SearchQuoteAnalyzer

    Declaration
    public string SearchQuoteAnalyzer { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    TermVector

    Declaration
    public TermVectorOption? TermVector { get; set; }
    Property Value
    Type Description
    TermVectorOption?

    Implements

    IPropertyWithClrOrigin
    ITextProperty
    ICoreProperty
    IProperty
    IFieldMapping

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • TextProperty()
    • Properties
      • Analyzer
      • Boost
      • EagerGlobalOrdinals
      • Fielddata
      • FielddataFrequencyFilter
      • Index
      • IndexOptions
      • IndexPhrases
      • IndexPrefixes
      • Norms
      • PositionIncrementGap
      • SearchAnalyzer
      • SearchQuoteAnalyzer
      • TermVector
    • Implements
    • Extension Methods
    Back to top Generated by DocFX