class TermAllGroupHeadsCollector.ScoreAllGroupHeadsCollector.GroupHead extends AbstractAllGroupHeadsCollector.GroupHead<BytesRef>
| Modifier and Type | Field and Description |
|---|---|
(package private) float[] |
scores |
doc, groupValue| Constructor and Description |
|---|
GroupHead(int doc,
BytesRef groupValue) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(int compIDX,
int doc)
Compares the specified document for a specified comparator against the current most relevant document.
|
void |
updateDocHead(int doc)
Updates the current most relevant document with the specified document.
|
GroupHead(int doc,
BytesRef groupValue)
throws java.io.IOException
java.io.IOExceptionpublic int compare(int compIDX,
int doc)
throws java.io.IOException
AbstractAllGroupHeadsCollector.GroupHeadcompare in class AbstractAllGroupHeadsCollector.GroupHead<BytesRef>compIDX - The comparator index of the specified comparator.doc - The specified document.java.io.IOException - If I/O related errors occurpublic void updateDocHead(int doc)
throws java.io.IOException
AbstractAllGroupHeadsCollector.GroupHeadupdateDocHead in class AbstractAllGroupHeadsCollector.GroupHead<BytesRef>doc - The specified documentjava.io.IOException - If I/O related errors occur