
Query
- Namespace
- Rowles.LeanLucene.Search
- Assembly
- Rowles.LeanLucene.dll
Base class for all query types.
public abstract class Query : IEquatable<Query>
Query
- Derived
- Extension Methods
Boost
Boost factor applied to this query's score. Default 1.0.
Field
Gets the primary field this query targets.
CombineBoost(int)
Helper to combine boost into a hash code.
Equals(Query?)
Indicates whether the current object is equal to another object of the same type.
Equals(object?)
Determines whether the specified object is equal to the current object.
GetHashCode()
Serves as the default hash function.