public final class RecordSearchResult extends Object
| Constructor and Description |
|---|
RecordSearchResult(com.onwbp.adaptation.PrimaryKey primaryKey,
BigDecimal score,
com.orchestranetworks.schema.SchemaNode field) |
| Modifier and Type | Method and Description |
|---|---|
com.orchestranetworks.schema.SchemaNode |
getField()
Gets the schema node that lead to the record being returned in the result.
|
com.onwbp.adaptation.PrimaryKey |
getPrimaryKey() |
BigDecimal |
getScore() |
public RecordSearchResult(com.onwbp.adaptation.PrimaryKey primaryKey,
BigDecimal score,
com.orchestranetworks.schema.SchemaNode field)
public BigDecimal getScore()
public com.onwbp.adaptation.PrimaryKey getPrimaryKey()
public com.orchestranetworks.schema.SchemaNode getField()