Table of Contents

Public enum SortFieldType

Namespace
Rowles.LeanLucene.Search.Scoring
Assembly
Rowles.LeanLucene.dll

Specifies the data type and sort behaviour for a field-based sort criterion.

public enum SortFieldType

Fields

DocId = 1

Sort by internal document ID.

Numeric = 2

Sort by a numeric stored/indexed field.

Score = 0

Sort by BM25 relevance score (descending by default).

String = 3

Sort by a string stored field (lexicographic).