
SpanOrQuery
- Namespace
- Rowles.LeanCorpus.Search.Queries
- Assembly
- Rowles.LeanCorpus.dll
Matches documents that match any of the provided span sub-queries.
public sealed class SpanOrQuery : SpanQuery, IEquatable<Query>
- Inheritance
-
SpanOrQuery
- Implements
- Inherited Members
- Extension Methods
SpanOrQuery(params SpanQuery[])
Initialises a new SpanOrQuery with the given clauses.
Clauses
Gets the list of span sub-queries, any of which may match.
Field
The field these spans are evaluated against. All sub-queries of a span query must agree on this field.
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.