Constructor and Description |
---|
DocumentInfo(com.yahoo.document.GlobalId globalId,
int metric,
int partId,
int distributionKey) |
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Implements the Cloneable interface
|
int |
getDistributionKey()
Unique key for the node this document resides on
|
com.yahoo.document.GlobalId |
getGlobalId() |
double |
getMetric()
Raw rank score
|
int |
getPartId()
Partition this document resides on
|
String |
toString() |
public DocumentInfo(com.yahoo.document.GlobalId globalId, int metric, int partId, int distributionKey)
Copyright © 2018. All rights reserved.