Java org.apache.solr.common.params GroupParams fields, constructors, methods, implement or subclass

Example usage for Java org.apache.solr.common.params GroupParams fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.solr.common.params GroupParams.

The text is from its open source code.

Field

StringGROUP
StringGROUP_QUERY
StringGROUP_FIELD
StringGROUP_FUNC
StringGROUP_SORT
StringGROUP_LIMIT
the limit for the number of documents in each group
StringGROUP_OFFSET
the offset for the doclist of each group
StringGROUP_MAIN
treat the first group result as the main result.
StringGROUP_FORMAT
treat the first group result as the main result.
StringGROUP_CACHE_PERCENTAGE
Whether to cache the first pass search (doc ids and score) for the second pass search.
StringGROUP_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).
StringGROUP_TOTAL_COUNT
Whether the group count should be included in the response.
StringGROUP_FACET
Whether to compute grouped facets based on the first specified group.