Uses of Class
org.elasticsearch.search.facet.terms.strings.InternalStringTermsFacet.StringEntry

Packages that use InternalStringTermsFacet.StringEntry
org.elasticsearch.search.facet.terms.strings   
 

Uses of InternalStringTermsFacet.StringEntry in org.elasticsearch.search.facet.terms.strings
 

Methods in org.elasticsearch.search.facet.terms.strings that return types with arguments of type InternalStringTermsFacet.StringEntry
 List<InternalStringTermsFacet.StringEntry> InternalStringTermsFacet.entries()
           
 List<InternalStringTermsFacet.StringEntry> InternalStringTermsFacet.getEntries()
           
 

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



Copyright © 2009-2012. All Rights Reserved.