
SpanNotQuery
- Namespace
- Rowles.LeanCorpus.Search.Queries
- Assembly
- Rowles.LeanCorpus.dll
public sealed class SpanNotQuery : SpanQuery, IEquatable<Query>
- Inheritance
-
SpanNotQuery
- Implements
- Inherited Members
- Extension Methods
SpanNotQuery(SpanQuery, SpanQuery)
Initialises a new SpanNotQuery with the given include and exclude span queries.
Exclude
Gets the span query whose matches are excluded from the results of Include.
Field
The field these spans are evaluated against. All sub-queries of a span query must agree on this field.
Include
Gets the span query whose matches are included when they do not overlap with Exclude.
Equals(object?)
Determines whether the specified object is equal to the current object.
GetHashCode()
Serves as the default hash function.
Visit(QueryVisitor)
Visits this query and its children.