
SpanWithinQuery
- Namespace
- Rowles.LeanCorpus.Search.Queries
- Assembly
- Rowles.LeanCorpus.dll
Returns inner spans that are contained by a matching enclosing span.
public sealed class SpanWithinQuery : SpanQuery, IEquatable<Query>
- Inheritance
-
SpanWithinQuery
- Implements
- Inherited Members
- Extension Methods
SpanWithinQuery(SpanQuery, SpanQuery)
Initialises a within-span query.
Big
Gets the enclosing span query.
Field
The field these spans are evaluated against. All sub-queries of a span query must agree on this field.
Little
Gets the inner 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.