
FieldMaskingSpanQuery
- Namespace
- Rowles.LeanCorpus.Search.Queries
- Assembly
- Rowles.LeanCorpus.dll
Reports spans from one field as though they belonged to another field.
public sealed class FieldMaskingSpanQuery : SpanQuery, IEquatable<Query>
- Inheritance
-
FieldMaskingSpanQuery
- Implements
- Inherited Members
- Extension Methods
FieldMaskingSpanQuery(SpanQuery, string)
Initialises a field-masking span query.
Field
The field these spans are evaluated against. All sub-queries of a span query must agree on this field.
MaskedQuery
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.