private static class DefaultQueryProcessor.HitQueueMakerImpl extends Object implements GroupCounts.HitQueueMaker
| Modifier and Type | Field and Description |
|---|---|
private boolean |
isSparse |
private IndexReader |
reader |
private String |
sortFields |
| Constructor and Description |
|---|
HitQueueMakerImpl(IndexReader reader,
String sortFields,
boolean isSparse) |
| Modifier and Type | Method and Description |
|---|---|
PriorityQueue |
makeQueue(int size) |
private IndexReader reader
private String sortFields
private boolean isSparse
public HitQueueMakerImpl(IndexReader reader,
String sortFields,
boolean isSparse)
public PriorityQueue makeQueue(int size)
makeQueue in interface GroupCounts.HitQueueMaker