public interface MultiColumnQueryHits extends CloseableHits
Modifier and Type | Method and Description |
---|---|
Name[] |
getSelectorNames() |
ScoreNode[] |
nextScoreNodes()
Returns the next score nodes in this QueryHits or
null if
there are no more score nodes. |
close, getSize, skip
ScoreNode[] nextScoreNodes() throws IOException
null
if
there are no more score nodes.IOException
- if an error occurs while reading from the index.Name[] getSelectorNames()
ScoreNode
s
returned by nextScoreNodes()
.Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.