Search Results for

    Show / Hide Table of Contents

    Class CompletionProperty

    Inheritance
    object
    PropertyBase
    CorePropertyBase
    DocValuesPropertyBase
    CompletionProperty
    Implements
    IPropertyWithClrOrigin
    ICompletionProperty
    IDocValuesProperty
    ICoreProperty
    IProperty
    IFieldMapping
    Inherited Members
    DocValuesPropertyBase.DocValues
    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
    [DataContract]
    public class CompletionProperty : DocValuesPropertyBase, IPropertyWithClrOrigin, ICompletionProperty, IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping

    Constructors

    | Edit this page View Source

    CompletionProperty()

    Declaration
    public CompletionProperty()

    Properties

    | Edit this page View Source

    Analyzer

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

    Contexts

    Declaration
    public IList<ISuggestContext> Contexts { get; set; }
    Property Value
    Type Description
    IList<ISuggestContext>
    | Edit this page View Source

    MaxInputLength

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

    PreservePositionIncrements

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

    PreserveSeparators

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

    SearchAnalyzer

    Declaration
    public string SearchAnalyzer { get; set; }
    Property Value
    Type Description
    string

    Implements

    IPropertyWithClrOrigin
    ICompletionProperty
    IDocValuesProperty
    ICoreProperty
    IProperty
    IFieldMapping

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • CompletionProperty()
    • Properties
      • Analyzer
      • Contexts
      • MaxInputLength
      • PreservePositionIncrements
      • PreserveSeparators
      • SearchAnalyzer
    • Implements
    • Extension Methods
    Back to top Generated by DocFX