Table of Contents

Public classSealed IndexSort

Namespace
Rowles.LeanLucene.Index.Indexer
Assembly
Rowles.LeanLucene.dll

Defines the sort order applied to documents within a segment at flush time. When configured, documents are physically reordered before writing.

public sealed class IndexSort : IEquatable<IndexSort>
IndexSort

Constructors

Public constructor IndexSort(params SortField[])

Initialises a new IndexSort with the specified sort fields.

Properties

Public propertyRead-only Fields

Gets the sort fields that define the document order within a segment.

Methods

Public method Equals(IndexSort?)

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.

Public method ToString()

Returns a string that represents the current object.