org.elasticsearch.search.facet.terms.strings
Class TermsStringOrdinalsFacetCollector.AggregatorPriorityQueue

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

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


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

TermsStringOrdinalsFacetCollector.AggregatorPriorityQueue

public TermsStringOrdinalsFacetCollector.AggregatorPriorityQueue(int size)
Method Detail

lessThan

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


Copyright © 2009-2012. All Rights Reserved.