public class FacetSpec
extends Object
QueryRequest
.Modifier and Type | Field and Description |
---|---|
String |
field
Name of the meta-data field to group by
|
GroupSelector |
groupSelector
Selection of groups
|
boolean |
includeEmptyGroups
Whether to include empty groups by default
|
String |
sortDocsBy
If any documents are selected, this field specifies which meta-data
field(s) to sort the documents by.
|
String |
sortGroupsBy
How to sort the groups.
|
Constructor and Description |
---|
FacetSpec() |
public String field
public GroupSelector groupSelector
public String sortGroupsBy
public boolean includeEmptyGroups
public String sortDocsBy