Search Results for

    Show / Hide Table of Contents

    Class MatchPhrasePrefixQuery

    Inheritance
    object
    QueryBase
    FieldNameQueryBase
    MatchPhrasePrefixQuery
    Implements
    IMatchPhrasePrefixQuery
    IFieldNameQuery
    IQuery
    Inherited Members
    FieldNameQueryBase.Field
    QueryBase.Boost
    QueryBase.IsStrict
    QueryBase.IsVerbatim
    QueryBase.IsWritable
    QueryBase.Name
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class MatchPhrasePrefixQuery : FieldNameQueryBase, IMatchPhrasePrefixQuery, IFieldNameQuery, IQuery

    Properties

    | Edit this page View Source

    Analyzer

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

    Conditionless

    Declaration
    protected override bool Conditionless { get; }
    Property Value
    Type Description
    bool
    Overrides
    QueryBase.Conditionless
    | Edit this page View Source

    MaxExpansions

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

    Query

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

    Slop

    Declaration
    public 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
    public ZeroTermsQuery? ZeroTermsQuery { get; set; }
    Property Value
    Type Description
    ZeroTermsQuery?

    Implements

    IMatchPhrasePrefixQuery
    IFieldNameQuery
    IQuery

    Extension Methods

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