
SpanFirstQuery
- Namespace
- Rowles.LeanCorpus.Search.Queries
- Assembly
- Rowles.LeanCorpus.dll
Matches spans whose end position is at or before a field position.
public sealed class SpanFirstQuery : SpanQuery, IEquatable<Query>
- Inheritance
-
SpanFirstQuery
- Implements
- Inherited Members
- Extension Methods
SpanFirstQuery(SpanQuery, int)
Initialises a first-span query.
End
Gets the exclusive upper field position.
Field
The field these spans are evaluated against. All sub-queries of a span query must agree on this field.
Match
Gets the wrapped span query.
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.