Package org.apache.solr.common.params
Interface GroupParams
-
public interface GroupParamsGroup parameters
-
-
Field Summary
Fields Modifier and Type Field Description static StringGROUPstatic StringGROUP_CACHE_PERCENTAGEWhether to cache the first pass search (doc ids and score) for the second pass search.static StringGROUP_DISTRIBUTED_FIRSTRetrieve the top search groups (top group values) from the shards being queried.static StringGROUP_DISTRIBUTED_SECONDRetrieve the top groups from the shards being queries based on the specified search groups in theGROUP_DISTRIBUTED_TOPGROUPS_PREFIXparameters.static StringGROUP_DISTRIBUTED_TOPGROUPS_PREFIXstatic StringGROUP_FACETWhether to compute grouped facets based on the first specified group.static StringGROUP_FIELDstatic StringGROUP_FORMATtreat the first group result as the main result.static StringGROUP_FUNCstatic StringGROUP_LIMITthe limit for the number of documents in each groupstatic StringGROUP_MAINtreat the first group result as the main result.static StringGROUP_OFFSETthe offset for the doclist of each groupstatic StringGROUP_QUERYstatic StringGROUP_SORTstatic StringGROUP_TOTAL_COUNTWhether the group count should be included in the response.static StringGROUP_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).
-
-
-
Field Detail
-
GROUP
static final String GROUP
- See Also:
- Constant Field Values
-
GROUP_QUERY
static final String GROUP_QUERY
- See Also:
- Constant Field Values
-
GROUP_FIELD
static final String GROUP_FIELD
- See Also:
- Constant Field Values
-
GROUP_FUNC
static final String GROUP_FUNC
- See Also:
- Constant Field Values
-
GROUP_SORT
static final String GROUP_SORT
- See Also:
- Constant Field Values
-
GROUP_LIMIT
static final String GROUP_LIMIT
the limit for the number of documents in each group- See Also:
- Constant Field Values
-
GROUP_OFFSET
static final String GROUP_OFFSET
the offset for the doclist of each group- See Also:
- Constant Field Values
-
GROUP_MAIN
static final String GROUP_MAIN
treat the first group result as the main result. true/false- See Also:
- Constant Field Values
-
GROUP_FORMAT
static final String GROUP_FORMAT
treat the first group result as the main result. true/false- See Also:
- Constant Field Values
-
GROUP_CACHE_PERCENTAGE
static final String GROUP_CACHE_PERCENTAGE
Whether to cache the first pass search (doc ids and score) for the second pass search. Also defines the maximum size of the group cache relative to maxdoc in a percentage. Values can be a positive integer, from 0 till 100. A value of 0 will disable the group cache. The default is 0.- See Also:
- Constant Field Values
-
GROUP_TRUNCATE
static final 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). The docSet will only the most relevant documents per group. It is if you query for everything with group.limit=1- See Also:
- Constant Field Values
-
GROUP_TOTAL_COUNT
static final String GROUP_TOTAL_COUNT
Whether the group count should be included in the response.- See Also:
- Constant Field Values
-
GROUP_FACET
static final String GROUP_FACET
Whether to compute grouped facets based on the first specified group.- See Also:
- Constant Field Values
-
GROUP_DISTRIBUTED_FIRST
static final String GROUP_DISTRIBUTED_FIRST
Retrieve the top search groups (top group values) from the shards being queried.- See Also:
- Constant Field Values
-
GROUP_DISTRIBUTED_SECOND
static final String GROUP_DISTRIBUTED_SECOND
Retrieve the top groups from the shards being queries based on the specified search groups in theGROUP_DISTRIBUTED_TOPGROUPS_PREFIXparameters.- See Also:
- Constant Field Values
-
GROUP_DISTRIBUTED_TOPGROUPS_PREFIX
static final String GROUP_DISTRIBUTED_TOPGROUPS_PREFIX
- See Also:
- Constant Field Values
-
-