
IndexSort
- Namespace
- Rowles.LeanCorpus.Index.Indexer
- Assembly
- Rowles.LeanCorpus.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>
- Inheritance
-
IndexSort
- Implements
IndexSort(params SortField[])
Initialises a new IndexSort with the specified sort fields.
Fields
Gets the sort fields that define the document order within a segment.
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.