Section navigation

Public classSealed FieldExistsQuery

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

Matches documents that contain at least one value for the named field.

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

Public constructor FieldExistsQuery(string)

Initialises a new FieldExistsQuery.

Public property Field

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

Public method Equals(object?)

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

Public method GetHashCode()

Serves as the default hash function.