Search Results for

    Show / Hide Table of Contents

    Interface IMatchPhrasePrefixQuery

    Inherited Members
    IFieldNameQuery.Field
    IQuery.Boost
    IQuery.Conditionless
    IQuery.IsStrict
    IQuery.IsVerbatim
    IQuery.IsWritable
    IQuery.Name
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IMatchPhrasePrefixQuery : IFieldNameQuery, IQuery

    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

    MaxExpansions

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

    Query

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

    Slop

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

    ZeroTermsQuery

    If the analyzer used removes all tokens in a query like a stop filter does, the default behavior is to match no documents at all. In order to change that, ZeroTermsQuery can be used, which accepts None (default) and All which corresponds to a match_all query.

    Declaration
    [DataMember(Name = "zero_terms_query")]
    ZeroTermsQuery? ZeroTermsQuery { get; set; }
    Property Value
    Type Description
    ZeroTermsQuery?

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Analyzer
      • MaxExpansions
      • Query
      • Slop
      • ZeroTermsQuery
    • Extension Methods
    Back to top Generated by DocFX