Table of Contents

Struct SortableField

Namespace
Examine.Search
Assembly
Examine.Core.dll

Represents a field used to sort results

public struct SortableField
Inherited Members

Constructors

SortableField(string)

Constructor

public SortableField(string fieldName)

Parameters

fieldName string

The field name to sort by

SortableField(string, IExamineSpatialPoint)

Constructor

public SortableField(string fieldName, IExamineSpatialPoint spatialPoint)

Parameters

fieldName string

The field name to sort by

spatialPoint IExamineSpatialPoint

The point to calculate distance from

SortableField(string, SortType)

Constructor

public SortableField(string fieldName, SortType sortType)

Parameters

fieldName string

The field name to sort by

sortType SortType

The way in which the results will be sorted by the field specified.

Properties

FieldName

The field name to sort by

public readonly string FieldName { get; }

Property Value

string

SortType

The way in which the results will be sorted by the field specified.

public readonly SortType SortType { get; }

Property Value

SortType

SpatialPoint

The point to calculate distance from

public readonly IExamineSpatialPoint SpatialPoint { get; }

Property Value

IExamineSpatialPoint