Search Results for

    Show / Hide Table of Contents

    Interface ISpanNotQuery

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

    Properties

    | Edit this page View Source

    Dist

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

    Exclude

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

    Include

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

    Post

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

    Pre

    Declaration
    [DataMember(Name = "pre")]
    int? Pre { get; set; }
    Property Value
    Type Description
    int?

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Dist
      • Exclude
      • Include
      • Post
      • Pre
    • Extension Methods
    Back to top Generated by DocFX