Determines how the group by value is calculated.

Namespace: Gronewold.SphinxConnector
Assembly: 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 nameValueDescription
Day0 Extracts year, month and day in YYYYMMDD format from timestamp. This is the default.
Week1 Extracts year and first day of the week number (counting from year start) in YYYYNNN format from timestamp;
Month2 Extracts month in YYYYMM format from timestamp
Year3 Extracts year in YYYY format from timestamp
Attribute4 Uses attribute value itself for grouping.
AttributePair5

See Also