Click or drag to resize
SphinxGroupByFunction Enumeration
Determines how the group by value is calculated.

Namespace: SphinxConnector.NativeApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
[SerializableAttribute]
public enum 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