public class NodeHit extends Object
Modifier and Type | Class and Description |
---|---|
static class |
NodeHit.Builder |
Modifier and Type | Method and Description |
---|---|
static NodeHit.Builder |
create() |
QueryExplanation |
getExplanation() |
NodeId |
getNodeId() |
float |
getScore() |
public static NodeHit.Builder create()
public NodeId getNodeId()
public float getScore()
public QueryExplanation getExplanation()