Table of Contents

Public classSealed 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

Public constructor SpanOrQuery(params SpanQuery[])

Initialises a new SpanOrQuery with the given clauses.

Properties

Public propertyRead-only Clauses

Gets the list of span sub-queries, any of which may match.

Public propertyRead-only Field

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

Methods

Public method Equals(object?)

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

Public method GetHashCode()

Serves as the default hash function.