com.browseengine.bobo.search.section
Class SectionSearchQueryPlan.NodeQueue

java.lang.Object
  extended by org.apache.lucene.util.PriorityQueue
      extended by com.browseengine.bobo.search.section.SectionSearchQueryPlan.NodeQueue
Enclosing class:
SectionSearchQueryPlan

public static class SectionSearchQueryPlan.NodeQueue
extends org.apache.lucene.util.PriorityQueue


Field Summary
 
Fields inherited from class org.apache.lucene.util.PriorityQueue
heap
 
Constructor Summary
SectionSearchQueryPlan.NodeQueue(int size)
           
 
Method Summary
protected  boolean lessThan(Object objA, Object objB)
           
 
Methods inherited from class org.apache.lucene.util.PriorityQueue
add, clear, 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

SectionSearchQueryPlan.NodeQueue

public SectionSearchQueryPlan.NodeQueue(int size)
Method Detail

lessThan

protected boolean lessThan(Object objA,
                           Object objB)
Specified by:
lessThan in class org.apache.lucene.util.PriorityQueue


Copyright © 2011. All Rights Reserved.