
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
MoreLikeThisQuery(int, string[], MoreLikeThisParameters?)
Initialises a new MoreLikeThisQuery for the given source document.
DocId
Global document ID of the source document.
Field
Gets the primary field this query targets.
Fields
Fields to extract terms from.
Parameters
Configuration parameters.
Equals(object?)
Determines whether the specified object is equal to the current object.
GetHashCode()
Serves as the default hash function.