Section navigation

Public classSealed SpanMultiTermQueryWrapper

Namespace
Rowles.LeanCorpus.Search.Queries
Assembly
Rowles.LeanCorpus.dll

Expands a multi-term query into position-aware term spans at search time.

public sealed class SpanMultiTermQueryWrapper : SpanQuery, IEquatable<Query>
Inheritance
SpanMultiTermQueryWrapper
Implements
Inherited Members
Extension Methods

Public constructor SpanMultiTermQueryWrapper(Query)

Initialises a multi-term span wrapper.

Public property Field

The field these spans are evaluated against. All sub-queries of a span query must agree on this field.

Public property Match

Gets the wrapped multi-term query.

Public method Equals(object?)

Determines whether the specified object is equal to the current object.

Public method GetHashCode()

Serves as the default hash function.

Public method Visit(QueryVisitor)

Visits this query and its children.