Search Results for

    Show / Hide Table of Contents

    Class IntervalsAllOf

    A rule that returns matches that span a combination of other rules.

    Inheritance
    object
    IntervalsBase
    IntervalsAllOf
    Implements
    IIntervalsAllOf
    IIntervals
    Inherited Members
    IntervalsBase.Filter
    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 IntervalsAllOf : IntervalsBase, IIntervalsAllOf, IIntervals

    Properties

    | Edit this page View Source

    Intervals

    An array of rules to combine. All rules must produce a match in a document for the overall source to match.

    Declaration
    public IEnumerable<IntervalsContainer> Intervals { get; set; }
    Property Value
    Type Description
    IEnumerable<IntervalsContainer>
    | Edit this page View Source

    MaxGaps

    Specify a maximum number of gaps between the terms in the text. Terms that appear further apart than this will not match. If unspecified, or set to -1, then there is no width restriction on the match. If set to 0 then the terms must appear next to each other.

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

    Ordered

    Whether or not the terms must appear in their specified order. Defaults to false

    Declaration
    public bool? Ordered { get; set; }
    Property Value
    Type Description
    bool?

    Implements

    IIntervalsAllOf
    IIntervals

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Intervals
      • MaxGaps
      • Ordered
    • Implements
    • Extension Methods
    Back to top Generated by DocFX