Package org.apache.solr.common.params
Interface GroupParams
public interface GroupParams
Group parameters
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final StringWhether to cache the first pass search (doc ids and score) for the second pass search.static final StringRetrieve the top search groups (top group values) from the shards being queried.static final StringRetrieve the top groups from the shards being queries based on the specified search groups in theGROUP_DISTRIBUTED_TOPGROUPS_PREFIXparameters.static final Stringstatic final StringWhether to compute grouped facets based on the first specified group.static final Stringstatic final Stringtreat the first group result as the main result.static final Stringstatic final Stringthe limit for the number of documents in each groupstatic final Stringtreat the first group result as the main result.static final Stringthe offset for the doclist of each groupstatic final Stringstatic final Stringstatic final StringWhether the group count should be included in the response.static final StringWhether the docSet (for example for faceting) should be based on plain documents (a.k.a.
-
Field Details
-
GROUP
- See Also:
-
GROUP_QUERY
- See Also:
-
GROUP_FIELD
- See Also:
-
GROUP_FUNC
- See Also:
-
GROUP_SORT
- See Also:
-
GROUP_LIMIT
the limit for the number of documents in each group- See Also:
-
GROUP_OFFSET
the offset for the doclist of each group- See Also:
-
GROUP_MAIN
treat the first group result as the main result. true/false- See Also:
-
GROUP_FORMAT
treat the first group result as the main result. true/false- See Also:
-
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:
-
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:
-
GROUP_TOTAL_COUNT
Whether the group count should be included in the response.- See Also:
-
GROUP_FACET
Whether to compute grouped facets based on the first specified group.- See Also:
-
GROUP_DISTRIBUTED_FIRST
Retrieve the top search groups (top group values) from the shards being queried.- See Also:
-
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:
-
GROUP_DISTRIBUTED_TOPGROUPS_PREFIX
- See Also:
-