Uses of Class
org.elasticsearch.search.facet.terms.floats.InternalFloatTermsFacet.FloatEntry

Packages that use InternalFloatTermsFacet.FloatEntry
org.elasticsearch.search.facet.terms.floats   
 

Uses of InternalFloatTermsFacet.FloatEntry in org.elasticsearch.search.facet.terms.floats
 

Methods in org.elasticsearch.search.facet.terms.floats that return types with arguments of type InternalFloatTermsFacet.FloatEntry
 List<InternalFloatTermsFacet.FloatEntry> InternalFloatTermsFacet.entries()
           
 List<InternalFloatTermsFacet.FloatEntry> InternalFloatTermsFacet.getEntries()
           
 

Constructor parameters in org.elasticsearch.search.facet.terms.floats with type arguments of type InternalFloatTermsFacet.FloatEntry
InternalFloatTermsFacet(String name, TermsFacet.ComparatorType comparatorType, int requiredSize, Collection<InternalFloatTermsFacet.FloatEntry> entries, long missing, long total)
           
 



Copyright © 2009-2012. All Rights Reserved.