org.springframework.data.elasticsearch.core.facet
Class AbstractFacetResult
java.lang.Object
org.springframework.data.elasticsearch.core.facet.AbstractFacetResult
- All Implemented Interfaces:
- FacetResult
- Direct Known Subclasses:
- HistogramResult, RangeResult, StatisticalResult, TermResult
public class AbstractFacetResult
- extends Object
- implements FacetResult
- Author:
- Rizwan Idrees, Mohsin Husen, Artur Konczak, Jonathan Yan
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractFacetResult
protected AbstractFacetResult(String name,
FacetType type)
getName
public String getName()
- Specified by:
getName in interface FacetResult
getType
public FacetType getType()
- Specified by:
getType in interface FacetResult
Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.