Package org.apache.solr.analytics.util
Class AnalyticsResponseHeadings
- java.lang.Object
-
- org.apache.solr.analytics.util.AnalyticsResponseHeadings
-
public class AnalyticsResponseHeadings extends Object
Holds the headers for analytics responses.
-
-
Field Summary
Fields Modifier and Type Field Description static String
COMPLETED_HEADER
static String
COMPLETED_OLD_HEADER
static String
FACET_VALUE
static String
FIELD_FACETS
static String
GROUPINGS
static String
PIVOT_CHILDREN
static String
PIVOT_NAME
static String
QUERY_FACETS
static String
RANGE_FACETS
static String
RESULTS
-
Constructor Summary
Constructors Constructor Description AnalyticsResponseHeadings()
-
-
-
Field Detail
-
COMPLETED_HEADER
public static final String COMPLETED_HEADER
- See Also:
- Constant Field Values
-
RESULTS
public static final String RESULTS
- See Also:
- Constant Field Values
-
GROUPINGS
public static final String GROUPINGS
- See Also:
- Constant Field Values
-
FACET_VALUE
public static final String FACET_VALUE
- See Also:
- Constant Field Values
-
PIVOT_NAME
public static final String PIVOT_NAME
- See Also:
- Constant Field Values
-
PIVOT_CHILDREN
public static final String PIVOT_CHILDREN
- See Also:
- Constant Field Values
-
COMPLETED_OLD_HEADER
public static final String COMPLETED_OLD_HEADER
- See Also:
- Constant Field Values
-
FIELD_FACETS
public static final String FIELD_FACETS
- See Also:
- Constant Field Values
-
RANGE_FACETS
public static final String RANGE_FACETS
- See Also:
- Constant Field Values
-
QUERY_FACETS
public static final String QUERY_FACETS
- See Also:
- Constant Field Values
-
-