Enum Selector
Selects a value from the document's set to use as the sort value
Namespace: Lucene.Net.Sandbox.Queries
Assembly: Lucene.Net.Sandbox.dll
Syntax
public enum Selector
Fields
| Name | Description |
|---|---|
| MAX | Selects the maximum value in the set |
| MIDDLE_MAX | Selects the middle value in the set. If the set has an even number of values, the higher of the middle two is chosen |
| MIDDLE_MIN | Selects the middle value in the set. If the set has an even number of values, the lower of the middle two is chosen. |
| MIN | Selects the minimum value in the set |