Package org.apache.solr.analytics.util
Interface OldAnalyticsParams
-
- All Known Implementing Classes:
OldAnalyticsRequestConverter
public interface OldAnalyticsParamsSpecifies the format of the old olap-style analytics requests.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOldAnalyticsParams.FieldFacetParamParserstatic classOldAnalyticsParams.RangeFacetParamParser
-
Field Summary
Fields Modifier and Type Field Description static booleanDEFAULT_ABBREVIATE_PREFIXstatic StringENDstatic StringFIELD_FACETstatic StringGAPstatic StringHARDENDstatic StringINCLUDE_BOUNDARYstatic StringLIMITstatic StringOFFSETstatic StringOLAP_SORT_EXPRESSIONstatic StringOLD_ANALYTICSstatic StringOLD_EXPRESSIONstatic StringOLD_PREFIXstatic StringOTHER_RANGEstatic StringQUERYstatic StringQUERY_FACETstatic StringRANGE_FACETstatic StringSHOW_MISSINGstatic StringSORT_DIRECTIONstatic StringSORT_EXPRESSIONstatic StringSTARTstatic StringVALUE_FACET
-
-
-
Field Detail
-
OLD_ANALYTICS
static final String OLD_ANALYTICS
- See Also:
- Constant Field Values
-
OLD_PREFIX
static final String OLD_PREFIX
- See Also:
- Constant Field Values
-
OLD_EXPRESSION
static final String OLD_EXPRESSION
- See Also:
- Constant Field Values
-
FIELD_FACET
static final String FIELD_FACET
- See Also:
- Constant Field Values
-
VALUE_FACET
static final String VALUE_FACET
- See Also:
- Constant Field Values
-
LIMIT
static final String LIMIT
- See Also:
- Constant Field Values
-
OFFSET
static final String OFFSET
- See Also:
- Constant Field Values
-
SHOW_MISSING
static final String SHOW_MISSING
- See Also:
- Constant Field Values
-
SORT_EXPRESSION
static final String SORT_EXPRESSION
- See Also:
- Constant Field Values
-
OLAP_SORT_EXPRESSION
static final String OLAP_SORT_EXPRESSION
- See Also:
- Constant Field Values
-
SORT_DIRECTION
static final String SORT_DIRECTION
- See Also:
- Constant Field Values
-
RANGE_FACET
static final String RANGE_FACET
- See Also:
- Constant Field Values
-
START
static final String START
- See Also:
- Constant Field Values
-
END
static final String END
- See Also:
- Constant Field Values
-
GAP
static final String GAP
- See Also:
- Constant Field Values
-
HARDEND
static final String HARDEND
- See Also:
- Constant Field Values
-
INCLUDE_BOUNDARY
static final String INCLUDE_BOUNDARY
- See Also:
- Constant Field Values
-
OTHER_RANGE
static final String OTHER_RANGE
- See Also:
- Constant Field Values
-
QUERY_FACET
static final String QUERY_FACET
- See Also:
- Constant Field Values
-
QUERY
static final String QUERY
- See Also:
- Constant Field Values
-
DEFAULT_ABBREVIATE_PREFIX
static final boolean DEFAULT_ABBREVIATE_PREFIX
- See Also:
- Constant Field Values
-
-