Uses of Class
org.elasticsearch.search.facet.terms.longs.InternalLongTermsFacet.LongEntry

Packages that use InternalLongTermsFacet.LongEntry
org.elasticsearch.search.facet.terms.longs   
 

Uses of InternalLongTermsFacet.LongEntry in org.elasticsearch.search.facet.terms.longs
 

Methods in org.elasticsearch.search.facet.terms.longs that return types with arguments of type InternalLongTermsFacet.LongEntry
 List<InternalLongTermsFacet.LongEntry> InternalLongTermsFacet.entries()
           
 List<InternalLongTermsFacet.LongEntry> InternalLongTermsFacet.getEntries()
           
 

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



Copyright © 2009-2012. All Rights Reserved.