|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GroupParams
Group parameters.
Field Summary | |
---|---|
static String |
GROUP
|
static String |
GROUP_CACHE_PERCENTAGE
Whether to cache the first pass search (doc ids and score) for the second pass search. |
static String |
GROUP_FIELD
|
static String |
GROUP_FORMAT
treat the first group result as the main result. |
static String |
GROUP_LIMIT
the limit for the number of documents in each group |
static String |
GROUP_MAIN
treat the first group result as the main result. |
static String |
GROUP_OFFSET
the offset for the doclist of each group |
static String |
GROUP_QUERY
|
static String |
GROUP_SORT
|
static String |
GROUP_TOTAL_COUNT
Whether the group count should be included in the response. |
static String |
GROUP_TRUNCATE
Whether the docSet (for example for faceting) should be based on plain documents (a.k.a UNGROUPED) or on the groups (a.k.a GROUPED). |
Field Detail |
---|
static final String GROUP
static final String GROUP_QUERY
static final String GROUP_FIELD
static final String GROUP_SORT
static final String GROUP_LIMIT
static final String GROUP_OFFSET
static final String GROUP_MAIN
static final String GROUP_FORMAT
static final String GROUP_CACHE_PERCENTAGE
static final String GROUP_TRUNCATE
static final String GROUP_TOTAL_COUNT
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |