|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectFacetSpec
public class FacetSpec
Stores a facet specification, as part of a QueryRequest
.
Field Summary | |
---|---|
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 Summary | |
---|---|
FacetSpec()
|
Method Summary |
---|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String field
public GroupSelector groupSelector
public String sortGroupsBy
public boolean includeEmptyGroups
public String sortDocsBy
Constructor Detail |
---|
public FacetSpec()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |