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 SummaryNested Classes Modifier and Type Class Description static classIntervalFacet.CountHolds counts for facet intervals defined in a field
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetField()List<IntervalFacet.Count>getIntervals()
 
- 
- 
- 
Method Detail- 
getFieldpublic String getField() - Returns:
- The field for which interval facets where calculated
 
 - 
getIntervalspublic List<IntervalFacet.Count> getIntervals() - Returns:
- The list of interval facets calculated for field
 
 
- 
 
-