org.elasticsearch.search.facet.terms.shorts
Class TermsShortOrdinalsFacetCollector.AggregatorPriorityQueue

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

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


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

TermsShortOrdinalsFacetCollector.AggregatorPriorityQueue

public TermsShortOrdinalsFacetCollector.AggregatorPriorityQueue(int size)
Method Detail

lessThan

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


Copyright © 2009-2012. All Rights Reserved.