
SpanNotQuery
- Namespace
- Rowles.LeanLucene.Search.Queries
- Assembly
- Rowles.LeanLucene.dll
public sealed class SpanNotQuery : SpanQuery, IEquatable<Query>
- Inheritance
-
SpanNotQuery
- Inherited Members
- Extension Methods
Constructors
SpanNotQuery(SpanQuery, SpanQuery)
Initialises a new SpanNotQuery with the given include and exclude span queries.
Properties
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.