Spring Data Elasticsearch

org.springframework.data.elasticsearch.core.facet.result
Class HistogramResult

java.lang.Object
  extended by org.springframework.data.elasticsearch.core.facet.AbstractFacetResult
      extended by org.springframework.data.elasticsearch.core.facet.result.HistogramResult
All Implemented Interfaces:
FacetResult

public class HistogramResult
extends AbstractFacetResult

Author:
Artur Konczak

Constructor Summary
HistogramResult(String name, List<IntervalUnit> terms)
           
 
Method Summary
 List<IntervalUnit> getIntervalUnit()
           
 
Methods inherited from class org.springframework.data.elasticsearch.core.facet.AbstractFacetResult
getName, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistogramResult

public HistogramResult(String name,
                       List<IntervalUnit> terms)
Method Detail

getIntervalUnit

public List<IntervalUnit> getIntervalUnit()

Spring Data Elasticsearch

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.