searchGroups

abstract suspend fun searchGroups(name: String, groupBy: String, groupSize: Int? = null, limit: Int? = null, configure: SearchBuilder.() -> Unit): List<PointGroup>

Grouped search: return hits grouped by the groupBy payload field.

Parameters

groupSize

max hits per group. @param limit max number of groups.