Uses of Interface
org.elasticsearch.search.facet.terms.TermsFacet.Entry

Packages that use TermsFacet.Entry
org.elasticsearch.search.facet.terms   
org.elasticsearch.search.facet.terms.bytes   
org.elasticsearch.search.facet.terms.doubles   
org.elasticsearch.search.facet.terms.floats   
org.elasticsearch.search.facet.terms.ints   
org.elasticsearch.search.facet.terms.ip   
org.elasticsearch.search.facet.terms.longs   
org.elasticsearch.search.facet.terms.shorts   
org.elasticsearch.search.facet.terms.strings   
org.elasticsearch.search.facet.terms.support   
 

Uses of TermsFacet.Entry in org.elasticsearch.search.facet.terms
 

Methods in org.elasticsearch.search.facet.terms that return types with arguments of type TermsFacet.Entry
 Comparator<TermsFacet.Entry> TermsFacet.ComparatorType.comparator()
           
 List<? extends TermsFacet.Entry> TermsFacet.entries()
          The terms and counts.
 List<? extends TermsFacet.Entry> TermsFacet.getEntries()
          The terms and counts.
 

Uses of TermsFacet.Entry in org.elasticsearch.search.facet.terms.bytes
 

Classes in org.elasticsearch.search.facet.terms.bytes that implement TermsFacet.Entry
static class InternalByteTermsFacet.ByteEntry
           
 

Methods in org.elasticsearch.search.facet.terms.bytes that return types with arguments of type TermsFacet.Entry
 Iterator<TermsFacet.Entry> InternalByteTermsFacet.iterator()
           
 

Methods in org.elasticsearch.search.facet.terms.bytes with parameters of type TermsFacet.Entry
 int InternalByteTermsFacet.ByteEntry.compareTo(TermsFacet.Entry o)
           
 

Uses of TermsFacet.Entry in org.elasticsearch.search.facet.terms.doubles
 

Classes in org.elasticsearch.search.facet.terms.doubles that implement TermsFacet.Entry
static class InternalDoubleTermsFacet.DoubleEntry
           
 

Methods in org.elasticsearch.search.facet.terms.doubles that return types with arguments of type TermsFacet.Entry
 Iterator<TermsFacet.Entry> InternalDoubleTermsFacet.iterator()
           
 

Methods in org.elasticsearch.search.facet.terms.doubles with parameters of type TermsFacet.Entry
 int InternalDoubleTermsFacet.DoubleEntry.compareTo(TermsFacet.Entry o)
           
 

Uses of TermsFacet.Entry in org.elasticsearch.search.facet.terms.floats
 

Classes in org.elasticsearch.search.facet.terms.floats that implement TermsFacet.Entry
static class InternalFloatTermsFacet.FloatEntry
           
 

Methods in org.elasticsearch.search.facet.terms.floats that return types with arguments of type TermsFacet.Entry
 Iterator<TermsFacet.Entry> InternalFloatTermsFacet.iterator()
           
 

Methods in org.elasticsearch.search.facet.terms.floats with parameters of type TermsFacet.Entry
 int InternalFloatTermsFacet.FloatEntry.compareTo(TermsFacet.Entry o)
           
 

Uses of TermsFacet.Entry in org.elasticsearch.search.facet.terms.ints
 

Classes in org.elasticsearch.search.facet.terms.ints that implement TermsFacet.Entry
static class InternalIntTermsFacet.IntEntry
           
 

Methods in org.elasticsearch.search.facet.terms.ints that return types with arguments of type TermsFacet.Entry
 Iterator<TermsFacet.Entry> InternalIntTermsFacet.iterator()
           
 

Methods in org.elasticsearch.search.facet.terms.ints with parameters of type TermsFacet.Entry
 int InternalIntTermsFacet.IntEntry.compareTo(TermsFacet.Entry o)
           
 

Uses of TermsFacet.Entry in org.elasticsearch.search.facet.terms.ip
 

Classes in org.elasticsearch.search.facet.terms.ip that implement TermsFacet.Entry
static class InternalIpTermsFacet.LongEntry
           
 

Methods in org.elasticsearch.search.facet.terms.ip that return types with arguments of type TermsFacet.Entry
 Iterator<TermsFacet.Entry> InternalIpTermsFacet.iterator()
           
 

Methods in org.elasticsearch.search.facet.terms.ip with parameters of type TermsFacet.Entry
 int InternalIpTermsFacet.LongEntry.compareTo(TermsFacet.Entry o)
           
 

Uses of TermsFacet.Entry in org.elasticsearch.search.facet.terms.longs
 

Classes in org.elasticsearch.search.facet.terms.longs that implement TermsFacet.Entry
static class InternalLongTermsFacet.LongEntry
           
 

Methods in org.elasticsearch.search.facet.terms.longs that return types with arguments of type TermsFacet.Entry
 Iterator<TermsFacet.Entry> InternalLongTermsFacet.iterator()
           
 

Methods in org.elasticsearch.search.facet.terms.longs with parameters of type TermsFacet.Entry
 int InternalLongTermsFacet.LongEntry.compareTo(TermsFacet.Entry o)
           
 

Uses of TermsFacet.Entry in org.elasticsearch.search.facet.terms.shorts
 

Classes in org.elasticsearch.search.facet.terms.shorts that implement TermsFacet.Entry
static class InternalShortTermsFacet.ShortEntry
           
 

Methods in org.elasticsearch.search.facet.terms.shorts that return types with arguments of type TermsFacet.Entry
 Iterator<TermsFacet.Entry> InternalShortTermsFacet.iterator()
           
 

Methods in org.elasticsearch.search.facet.terms.shorts with parameters of type TermsFacet.Entry
 int InternalShortTermsFacet.ShortEntry.compareTo(TermsFacet.Entry o)
           
 

Uses of TermsFacet.Entry in org.elasticsearch.search.facet.terms.strings
 

Classes in org.elasticsearch.search.facet.terms.strings that implement TermsFacet.Entry
static class InternalStringTermsFacet.StringEntry
           
 

Methods in org.elasticsearch.search.facet.terms.strings that return types with arguments of type TermsFacet.Entry
 Iterator<TermsFacet.Entry> InternalStringTermsFacet.iterator()
           
 

Methods in org.elasticsearch.search.facet.terms.strings with parameters of type TermsFacet.Entry
 int InternalStringTermsFacet.StringEntry.compareTo(TermsFacet.Entry o)
           
 

Uses of TermsFacet.Entry in org.elasticsearch.search.facet.terms.support
 

Methods in org.elasticsearch.search.facet.terms.support with parameters of type TermsFacet.Entry
protected  boolean EntryPriorityQueue.lessThan(TermsFacet.Entry a, TermsFacet.Entry b)
           
 

Constructor parameters in org.elasticsearch.search.facet.terms.support with type arguments of type TermsFacet.Entry
EntryPriorityQueue(int size, Comparator<TermsFacet.Entry> comparator)
           
 



Copyright © 2009-2012. All Rights Reserved.