Determines how the group by value is calculated.
Namespace: Gronewold.SphinxConnectorAssembly: Gronewold.SphinxConnector (in Gronewold.SphinxConnector.dll) Version: 2.7.0.3011 (2.7.0.3011)
Syntax
| C# |
|---|
[SerializableAttribute] public enum SphinxGroupByFunction |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Enumeration SphinxGroupByFunction |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Day | 0 | Extracts year, month and day in YYYYMMDD format from timestamp. This is the default. | |
| Week | 1 | Extracts year and first day of the week number (counting from year start) in YYYYNNN format from timestamp; | |
| Month | 2 | Extracts month in YYYYMM format from timestamp | |
| Year | 3 | Extracts year in YYYY format from timestamp | |
| Attribute | 4 | Uses attribute value itself for grouping. | |
| AttributePair | 5 |