Section navigation

Public classSealed MatchNoDocsQuery

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

Matches no documents.

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

Public constructor MatchNoDocsQuery(string)

Initialises a new MatchNoDocsQuery.

Public property Field

Gets the single field this query targets, or an empty value for fieldless and multi-field queries.

Public property Reason

Gets the optional reason describing why no documents should match.

Public method Equals(object?)

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

Public method GetHashCode()

Serves as the default hash function.