
TermsQuery
- Namespace
- Rowles.LeanCorpus.Search.Queries
- Assembly
- Rowles.LeanCorpus.dll
Matches documents containing any exact UTF-8 term in the supplied set.
public sealed class TermsQuery : Query, IEquatable<Query>
- Inheritance
-
TermsQuery
- Implements
- Inherited Members
- Extension Methods
TermsQuery(string, IEnumerable<ReadOnlyMemory<byte>>)
Initialises a new TermsQuery.
TermsQuery(string, params ReadOnlyMemory<byte>[])
Initialises a new TermsQuery.
Field
Gets the single field this query targets, or an empty value for fieldless and multi-field queries.
Terms
Gets the distinct, byte-sorted UTF-8 terms.
Equals(object?)
Determines whether the specified object is equal to the current object.
GetHashCode()
Serves as the default hash function.
Visit(QueryVisitor)
Visits this query and its children.