Class IntervalFacet
- java.lang.Object
-
- org.apache.solr.client.solrj.response.IntervalFacet
-
public class IntervalFacet extends Object
Objects of this class will contain the result of all the intervals defined for a specific field.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IntervalFacet.Count
Holds counts for facet intervals defined in a field
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getField()
List<IntervalFacet.Count>
getIntervals()
-
-
-
Method Detail
-
getField
public String getField()
- Returns:
- The field for which interval facets where calculated
-
getIntervals
public List<IntervalFacet.Count> getIntervals()
- Returns:
- The list of interval facets calculated for
field
-
-