Uses of Class
org.elasticsearch.search.facet.histogram.unbounded.InternalFullHistogramFacet.FullEntry

Packages that use InternalFullHistogramFacet.FullEntry
org.elasticsearch.search.facet.histogram.unbounded   
 

Uses of InternalFullHistogramFacet.FullEntry in org.elasticsearch.search.facet.histogram.unbounded
 

Methods in org.elasticsearch.search.facet.histogram.unbounded that return types with arguments of type InternalFullHistogramFacet.FullEntry
 List<InternalFullHistogramFacet.FullEntry> InternalFullHistogramFacet.entries()
           
 List<InternalFullHistogramFacet.FullEntry> InternalFullHistogramFacet.getEntries()
           
 

Constructor parameters in org.elasticsearch.search.facet.histogram.unbounded with type arguments of type InternalFullHistogramFacet.FullEntry
InternalFullHistogramFacet(String name, HistogramFacet.ComparatorType comparatorType, ExtTLongObjectHashMap<InternalFullHistogramFacet.FullEntry> entries, boolean cachedEntries)
           
 



Copyright © 2009-2012. All Rights Reserved.