Section navigation

Public classSealed IntervalsQuery

Namespace
Rowles.LeanCorpus.Search.Queries
Assembly
Rowles.LeanCorpus.dll

Matches documents that produce at least one interval from the supplied source tree.

public sealed class IntervalsQuery : Query, IEquatable<Query>
Inheritance
IntervalsQuery
Implements
Inherited Members
Extension Methods

Public constructor IntervalsQuery(IntervalsSource)

Initialises a new IntervalsQuery.

Public property Field

Gets the single field this query targets, or an empty value for fieldless and multi-field queries.

Public property Source

Gets the interval source to evaluate.

Public method Equals(object?)

Determines whether the specified object is equal to the current object.

Public method GetHashCode()

Serves as the default hash function.