
TermInSetQuery
- Namespace
- Rowles.LeanCorpus.Search.Queries
- Assembly
- Rowles.LeanCorpus.dll
Matches documents containing any of the exact terms in the supplied set.
public sealed class TermInSetQuery : Query, IEquatable<Query>
- Inheritance
-
TermInSetQuery
- Implements
- Inherited Members
- Extension Methods
TermInSetQuery(string, IEnumerable<string>)
Initialises a new TermInSetQuery.
TermInSetQuery(string, params string[])
Initialises a new TermInSetQuery.
MaxTermCount
Maximum distinct terms accepted by a single query instance.
Field
Gets the single field this query targets, or an empty value for fieldless and multi-field queries.
Terms
Gets the distinct, sorted term set.
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.