Search Results for

    Show / Hide Table of Contents

    Interface ICompletionProperty

    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 ICompletionProperty : 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

    Contexts

    Declaration
    [DataMember(Name = "contexts")]
    IList<ISuggestContext> Contexts { get; set; }
    Property Value
    Type Description
    IList<ISuggestContext>
    | Edit this page View Source

    MaxInputLength

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

    PreservePositionIncrements

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

    PreserveSeparators

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

    SearchAnalyzer

    Declaration
    [DataMember(Name = "search_analyzer")]
    string SearchAnalyzer { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

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