Package | Description |
---|---|
org.apache.solr.analytics.accumulator.facet |
Accumulators for accumulating over differnt types of facets
|
org.apache.solr.analytics.util |
Utilities used by analytics component
|
Modifier and Type | Field and Description |
---|---|
protected AnalyticsParsers.Parser |
FieldFacetAccumulator.parser |
Modifier and Type | Interface and Description |
---|---|
static interface |
AnalyticsParsers.NumericParser
Converts the long returned by NumericDocValues into the
correct number and return it as a string.
|
Modifier and Type | Field and Description |
---|---|
static AnalyticsParsers.Parser |
AnalyticsParsers.STRING_PARSER
Converts the BytesRef to the correct string.
|
Modifier and Type | Method and Description |
---|---|
static AnalyticsParsers.Parser |
AnalyticsParsers.getParser(Class<? extends FieldType> class1)
Returns a parser that will translate a BytesRef or long from DocValues into
a String that correctly represents the value.
|
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.