Section navigation

Public structRead-only SearchAfterValue

Namespace
Rowles.LeanCorpus.Search.Searcher
Assembly
Rowles.LeanCorpus.dll

Represents one typed sort value at a search-after boundary.

public readonly record struct SearchAfterValue : IEquatable<SearchAfterValue>
Implements

Public constructor SearchAfterValue(SortFieldType, double, long, string?)

Represents one typed sort value at a search-after boundary.

Public property Int64Value

Public property NumericValue

Public property StringValue

Public property Type

Public method FromInt64(SortFieldType, long)

Creates an integer or document-ID boundary value.

Public method FromNumeric(SortFieldType, double)

Creates a score or numeric boundary value.

Public method FromString(string)

Creates a string boundary value.