org.cdlib.xtf.textEngine
Class DefaultQueryProcessor.HitQueueMakerImpl

Object
  extended by DefaultQueryProcessor.HitQueueMakerImpl
All Implemented Interfaces:
GroupCounts.HitQueueMaker
Enclosing class:
DefaultQueryProcessor

private static class DefaultQueryProcessor.HitQueueMakerImpl
extends Object
implements GroupCounts.HitQueueMaker


Field Summary
private  boolean isSparse
           
private  IndexReader reader
           
private  String sortFields
           
 
Constructor Summary
DefaultQueryProcessor.HitQueueMakerImpl(IndexReader reader, String sortFields, boolean isSparse)
           
 
Method Summary
 PriorityQueue makeQueue(int size)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

reader

private IndexReader reader

sortFields

private String sortFields

isSparse

private boolean isSparse
Constructor Detail

DefaultQueryProcessor.HitQueueMakerImpl

public DefaultQueryProcessor.HitQueueMakerImpl(IndexReader reader,
                                               String sortFields,
                                               boolean isSparse)
Method Detail

makeQueue

public PriorityQueue makeQueue(int size)
Specified by:
makeQueue in interface GroupCounts.HitQueueMaker