Spring Data Elasticsearch

org.springframework.data.elasticsearch.core.facet
Class AbstractFacetResult

java.lang.Object
  extended by 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

Constructor Summary
protected AbstractFacetResult(String name, FacetType type)
           
 
Method Summary
 String getName()
           
 FacetType getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractFacetResult

protected AbstractFacetResult(String name,
                              FacetType type)
Method Detail

getName

public String getName()
Specified by:
getName in interface FacetResult

getType

public FacetType getType()
Specified by:
getType in interface FacetResult

Spring Data Elasticsearch

Copyright © 2011-2014-2014 Pivotal Software, Inc.. All Rights Reserved.