public interface FacetParams
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | FacetParams.FacetRangeIncludeAn enumeration of the legal values for  FACET_DATE_INCLUDEandFACET_RANGE_INCLUDElower = all gap based ranges include their lower bound upper = all gap based ranges include their upper bound edge = the first and last gap ranges include their edge bounds (ie: lower for the first one, upper for the last one) even if the corresponding upper/lower option is not specified outer = the BEFORE and AFTER ranges should be inclusive of their bounds, even if the first or last ranges already include those boundaries. | 
| static class  | FacetParams.FacetRangeMethodAn enumeration of the legal values for  FACET_RANGE_METHODfilter = 
 dv = | 
| static class  | FacetParams.FacetRangeOtherAn enumeration of the legal values for  FACET_RANGE_OTHERandFACET_DATE_OTHER... | 
| Modifier and Type | Field and Description | 
|---|---|
| static String | FACETShould facet counts be calculated? | 
| static String | FACET_CONTAINSOnly return constraints of a facet field containing the given string. | 
| static String | FACET_CONTAINS_IGNORE_CASEIf using facet contains, ignore case when comparing values. | 
| static String | FACET_DATEAny field whose terms the user wants to enumerate over for
 Facet Contraint Counts (multi-value) | 
| static String | FACET_DATE_ENDDate string indicating the ending point for a date facet range. | 
| static String | FACET_DATE_GAPDate Math string indicating the interval of sub-ranges for a date
 facet range. | 
| static String | FACET_DATE_HARD_ENDBoolean indicating how counts should be computed if the range
 between 'start' and 'end' is not evenly divisible by 'gap'. | 
| static String | FACET_DATE_INCLUDE
 Multivalued string indicating what rules should be applied to determine 
 when the the ranges generated for date faceting should be inclusive or 
 exclusive of their end points. | 
| static String | FACET_DATE_OTHERString indicating what "other" ranges should be computed for a
 date facet range (multi-value). | 
| static String | FACET_DATE_STARTDate string indicating the starting point for a date facet range. | 
| static String | FACET_DISTRIB | 
| static String | FACET_DISTRIB_MCOIf we are returning facet field counts, are sorting those facets by their count, and the minimum count to return is > 0,
 then allow the use of facet.mincount = 1 in cloud mode. | 
| static String | FACET_ENUM_CACHE_MINDFWhen faceting by enumerating the terms in a field,
 only use the filterCache for terms with a df >= to this parameter. | 
| static String | FACET_FIELDAny field whose terms the user wants to enumerate over for
 Facet Constraint Counts (multi-value) | 
| static String | FACET_HEATMAPA spatial RPT field to generate a 2D "heatmap" (grid of facet counts) on. | 
| static String | FACET_HEATMAP_DIST_ERRUsed to determine the heatmap grid level to compute (optional). | 
| static String | FACET_HEATMAP_DIST_ERR_PCTUsed to determine the heatmap grid level to compute, defaulting to 0.15. | 
| static String | FACET_HEATMAP_FORMATThe format of the heatmap: either png or ints2D (default). | 
| static String | FACET_HEATMAP_GEOMThe region the heatmap should minimally enclose. | 
| static String | FACET_HEATMAP_LEVELSpecify the heatmap grid level explicitly, instead of deriving it via distErr or distErrPct. | 
| static String | FACET_HEATMAP_MAX_CELLSThe maximum number of cells (grid squares) the client is willing to handle. | 
| static String | FACET_INTERVALAny field whose values the user wants to enumerate as explicit intervals of terms. | 
| static String | FACET_INTERVAL_SETSet of terms for a single interval to facet on. | 
| static String | FACET_LIMITNumeric option indicating the maximum number of facet field counts
 be included in the response for each field - in descending order of count. | 
| static String | FACET_METHODWhat method should be used to do the faceting | 
| static String | FACET_METHOD_enumValue for FACET_METHOD param to indicate that Solr should enumerate over terms
 in a field to calculate the facet counts. | 
| static String | FACET_METHOD_fcValue for FACET_METHOD param to indicate that Solr should enumerate over documents
 and count up terms by consulting an uninverted representation of the field values
 (such as the FieldCache used for sorting). | 
| static String | FACET_METHOD_fcsValue for FACET_METHOD param, like FACET_METHOD_fc but counts per-segment. | 
| static String | FACET_METHOD_uifValue for FACET_METHOD param to indicate that Solr should use an UnInvertedField | 
| static String | FACET_MINCOUNTNumeric option indicating the minimum number of hits before a facet should
 be included in the response. | 
| static String | FACET_MISSINGBoolean option indicating whether the response should include a 
 facet field count for all records which have no value for the 
 facet field. | 
| static String | FACET_OFFSETThe offset into the list of facets. | 
| static String | FACET_OVERREQUEST | 
| static String | FACET_OVERREQUEST_COUNTAn additional amount to over-request by when performing initial distributed requests. | 
| static String | FACET_OVERREQUEST_RATIOThe percentage to over-request by when performing initial distributed requests. | 
| static String | FACET_PIVOTComma separated list of fields to pivot
 
 example: author,type  (for types by author / types within author) | 
| static String | FACET_PIVOT_MINCOUNTMinimum number of docs that need to match to be included in the sublist
 
 default value is 1 | 
| static String | FACET_PREFIXOnly return constraints of a facet field with the given prefix. | 
| static String | FACET_QUERYAny lucene formated queries the user would like to use for
 Facet Constraint Counts (multi-value) | 
| static String | FACET_RANGEAny numerical field whose terms the user wants to enumerate over
 Facet Contraint Counts for selected ranges. | 
| static String | FACET_RANGE_ENDNumber indicating the ending point for a numerical range facet. | 
| static String | FACET_RANGE_GAPNumber indicating the interval of sub-ranges for a numerical
 facet range. | 
| static String | FACET_RANGE_HARD_ENDBoolean indicating how counts should be computed if the range
 between 'start' and 'end' is not evenly divisible by 'gap'. | 
| static String | FACET_RANGE_INCLUDE
 Multivalued string indicating what rules should be applied to determine 
 when the the ranges generated for numeric faceting should be inclusive or 
 exclusive of their end points. | 
| static String | FACET_RANGE_METHODString indicating the method to use to resolve range facets. | 
| static String | FACET_RANGE_OTHERString indicating what "other" ranges should be computed for a
 numerical range facet (multi-value). | 
| static String | FACET_RANGE_STARTNumber indicating the starting point for a numerical range facet. | 
| static String | FACET_SORTString option: "count" causes facets to be sorted
 by the count, "index" results in index order. | 
| static String | FACET_SORT_COUNT | 
| static String | FACET_SORT_COUNT_LEGACY | 
| static String | FACET_SORT_INDEX | 
| static String | FACET_SORT_INDEX_LEGACY | 
| static String | FACET_THREADSNumeric option indicating the maximum number of threads to be used
 in counting facet field vales | 
| static String | FACET_ZEROSBoolean option indicating whether facet field counts of "0" should 
 be included in the response. | 
static final String FACET
static final String FACET_THREADS
static final String FACET_METHOD
static final String FACET_METHOD_enum
static final String FACET_METHOD_fc
static final String FACET_METHOD_fcs
static final String FACET_METHOD_uif
static final String FACET_QUERY
static final String FACET_FIELD
static final String FACET_OFFSET
static final String FACET_LIMIT
static final String FACET_MINCOUNT
static final String FACET_ZEROS
static final String FACET_MISSING
static final String FACET_OVERREQUEST
static final String FACET_OVERREQUEST_RATIO
static final String FACET_OVERREQUEST_COUNT
static final String FACET_DISTRIB
static final String FACET_DISTRIB_MCO
static final String FACET_PIVOT
static final String FACET_PIVOT_MINCOUNT
static final String FACET_SORT
static final String FACET_SORT_COUNT
static final String FACET_SORT_COUNT_LEGACY
static final String FACET_SORT_INDEX
static final String FACET_SORT_INDEX_LEGACY
static final String FACET_PREFIX
static final String FACET_CONTAINS
static final String FACET_CONTAINS_IGNORE_CASE
static final String FACET_ENUM_CACHE_MINDF
static final String FACET_DATE
static final String FACET_DATE_START
static final String FACET_DATE_END
static final String FACET_DATE_GAP
static final String FACET_DATE_HARD_END
static final String FACET_DATE_OTHER
FacetParams.FacetRangeOther, 
Constant Field Valuesstatic final String FACET_DATE_INCLUDE
Multivalued string indicating what rules should be applied to determine when the the ranges generated for date faceting should be inclusive or exclusive of their end points.
The default value if none are specified is: [lower,upper,edge] (NOTE: This is different then FACET_RANGE_INCLUDE)
Can be overriden on a per field basis.
static final String FACET_RANGE
static final String FACET_RANGE_START
static final String FACET_RANGE_END
static final String FACET_RANGE_GAP
static final String FACET_RANGE_HARD_END
static final String FACET_RANGE_OTHER
static final String FACET_RANGE_INCLUDE
Multivalued string indicating what rules should be applied to determine when the the ranges generated for numeric faceting should be inclusive or exclusive of their end points.
The default value if none are specified is: lower
Can be overriden on a per field basis.
static final String FACET_RANGE_METHOD
Can be overriden on a per field basis.
static final String FACET_INTERVAL
static final String FACET_INTERVAL_SET
static final String FACET_HEATMAP
static final String FACET_HEATMAP_FORMAT
static final String FACET_HEATMAP_GEOM
["-150 10" TO "-100 30"](the first is bottom-left and second is bottom-right, both of which are parsed as points are parsed). OR, any WKT can be provided and it's bounding box will be taken.
static final String FACET_HEATMAP_LEVEL
static final String FACET_HEATMAP_DIST_ERR_PCT
static final String FACET_HEATMAP_DIST_ERR
static final String FACET_HEATMAP_MAX_CELLS
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.