
SpanOrQuery
- Namespace
- Rowles.LeanLucene.Search.Queries
- Assembly
- Rowles.LeanLucene.dll
Matches documents that match any of the provided span sub-queries.
public sealed class SpanOrQuery : SpanQuery, IEquatable<Query>
- Inheritance
-
SpanOrQuery
- Inherited Members
- Extension Methods
Constructors
SpanOrQuery(params SpanQuery[])
Initialises a new SpanOrQuery with the given clauses.
Properties
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.
Methods
Equals(object?)
Determines whether the specified object is equal to the current object.
GetHashCode()
Serves as the default hash function.