
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
IndexSort(params SortField[])
Initialises a new IndexSort with the specified sort fields.
Properties
Fields
Gets the sort fields that define the document order within a segment.
Methods
Equals(IndexSort?)
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.
ToString()
Returns a string that represents the current object.