org.elasticsearch.search.facet.terms.ints
Class TermsIntOrdinalsFacetCollector.AggregatorPriorityQueue

java.lang.Object
  extended by org.apache.lucene.util.PriorityQueue<TermsIntOrdinalsFacetCollector.ReaderAggregator>
      extended by org.elasticsearch.search.facet.terms.ints.TermsIntOrdinalsFacetCollector.AggregatorPriorityQueue
Enclosing class:
TermsIntOrdinalsFacetCollector

public static class TermsIntOrdinalsFacetCollector.AggregatorPriorityQueue
extends org.apache.lucene.util.PriorityQueue<TermsIntOrdinalsFacetCollector.ReaderAggregator>


Constructor Summary
TermsIntOrdinalsFacetCollector.AggregatorPriorityQueue(int size)
           
 
Method Summary
protected  boolean lessThan(TermsIntOrdinalsFacetCollector.ReaderAggregator a, TermsIntOrdinalsFacetCollector.ReaderAggregator b)
           
 
Methods inherited from class org.apache.lucene.util.PriorityQueue
add, clear, getHeapArray, getSentinelObject, initialize, insertWithOverflow, pop, size, top, updateTop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TermsIntOrdinalsFacetCollector.AggregatorPriorityQueue

public TermsIntOrdinalsFacetCollector.AggregatorPriorityQueue(int size)
Method Detail

lessThan

protected boolean lessThan(TermsIntOrdinalsFacetCollector.ReaderAggregator a,
                           TermsIntOrdinalsFacetCollector.ReaderAggregator b)
Specified by:
lessThan in class org.apache.lucene.util.PriorityQueue<TermsIntOrdinalsFacetCollector.ReaderAggregator>


Copyright © 2009-2012. All Rights Reserved.