Table of Contents

Public classSealed MoreLikeThisQuery

Namespace
Rowles.LeanLucene.Search.Queries
Assembly
Rowles.LeanLucene.dll

Finds documents similar to a source document by extracting significant terms from term vectors and constructing a weighted BooleanQuery.

public sealed class MoreLikeThisQuery : Query, IEquatable<Query>
Inheritance
MoreLikeThisQuery
Inherited Members
Extension Methods

Public constructor MoreLikeThisQuery(int, string[], MoreLikeThisParameters?)

Initialises a new MoreLikeThisQuery for the given source document.

Public property DocId

Global document ID of the source document.

Public property Field

Gets the primary field this query targets.

Public property Fields

Fields to extract terms from.

Public property Parameters

Configuration parameters.

Public method Equals(object?)

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

Public method GetHashCode()

Serves as the default hash function.