Table of Contents

Public classAbstract 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

Public property Boost

Boost factor applied to this query's score. Default 1.0.

Public property Field

Gets the primary field this query targets.

Public method CombineBoost(int)

Helper to combine boost into a hash code.

Public method Equals(Query?)

Indicates whether the current object is equal to another object of the same type.

Public method Equals(object?)

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

Public method GetHashCode()

Serves as the default hash function.