public interface GroupParams
| Modifier and Type | Field and Description | 
|---|---|
| static String | GROUP | 
| static String | GROUP_CACHE_PERCENTAGEWhether to cache the first pass search (doc ids and score) for the second pass search. | 
| static String | GROUP_DISTRIBUTED_FIRSTRetrieve the top search groups (top group values) from the shards being queried. | 
| static String | GROUP_DISTRIBUTED_SECONDRetrieve the top groups from the shards being queries based on the specified search groups in
 the  GROUP_DISTRIBUTED_TOPGROUPS_PREFIXparameters. | 
| static String | GROUP_DISTRIBUTED_TOPGROUPS_PREFIX | 
| static String | GROUP_FACETWhether to compute grouped facets based on the first specified group. | 
| static String | GROUP_FIELD | 
| static String | GROUP_FORMATtreat the first group result as the main result. | 
| static String | GROUP_FUNC | 
| static String | GROUP_LIMITthe limit for the number of documents in each group | 
| static String | GROUP_MAINtreat the first group result as the main result. | 
| static String | GROUP_OFFSETthe offset for the doclist of each group | 
| static String | GROUP_QUERY | 
| static String | GROUP_SORT | 
| static String | GROUP_TOTAL_COUNTWhether the group count should be included in the response. | 
| static String | GROUP_TRUNCATEWhether the docSet (for example for faceting) should be based on plain documents (a.k.a UNGROUPED) or on the groups (a.k.a GROUPED). | 
static final String GROUP
static final String GROUP_QUERY
static final String GROUP_FIELD
static final String GROUP_FUNC
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
static final String GROUP_FACET
static final String GROUP_DISTRIBUTED_FIRST
static final String GROUP_DISTRIBUTED_SECOND
GROUP_DISTRIBUTED_TOPGROUPS_PREFIX parameters.static final String GROUP_DISTRIBUTED_TOPGROUPS_PREFIX
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.