
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
FieldExistsQuery(string)
Initialises a new FieldExistsQuery.
Field
Gets the single field this query targets, or an empty value for fieldless and multi-field queries.
Equals(object?)
Determines whether the specified object is equal to the current object.
GetHashCode()
Serves as the default hash function.