org.elasticsearch.search.facet.terms.longs
Class TermsLongOrdinalsFacetCollector.AggregatorPriorityQueue

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

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


Constructor Summary
TermsLongOrdinalsFacetCollector.AggregatorPriorityQueue(int size)
           
 
Method Summary
protected  boolean lessThan(TermsLongOrdinalsFacetCollector.ReaderAggregator a, TermsLongOrdinalsFacetCollector.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

TermsLongOrdinalsFacetCollector.AggregatorPriorityQueue

public TermsLongOrdinalsFacetCollector.AggregatorPriorityQueue(int size)
Method Detail

lessThan

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


Copyright © 2009-2012. All Rights Reserved.