| Package | Description |
|---|---|
| com.redhat.lightblue.assoc | |
| com.redhat.lightblue.assoc.scorers |
| Modifier and Type | Field and Description |
|---|---|
protected QueryPlanData |
QueryPlanNode.data |
| Modifier and Type | Method and Description |
|---|---|
QueryPlanData |
QueryPlanNode.getData()
Returns the query plan data used by the scorer
|
QueryPlanData |
QueryPlan.getEdgeData(QueryPlanNode x,
QueryPlanNode y)
Returns the list of conjuncts associated with the undirected edge between the two nodes
|
QueryPlanData |
QueryPlan.newData()
Creates a new instance of QueryPlanData
|
QueryPlanData |
QueryPlanScorer.newDataInstance()
Returns a new instance for an implementation of QueryPlanData
used by this scorer
|
QueryPlanData |
QueryPlanData.newInstance()
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryPlanData.copyFrom(QueryPlanData source)
Copies contents of
source into this. |
void |
QueryPlan.setEdgeData(QueryPlanNode x,
QueryPlanNode y,
QueryPlanData d)
Sets the list of conjuncts associated with the undirected edge between the two nodes
|
| Constructor and Description |
|---|
QueryPlanNode(CompositeMetadata md,
QueryPlanData data)
Creates a query plan node using the given composite metadata,
and an empty query clauses list
|
| Modifier and Type | Class and Description |
|---|---|
class |
IndexedFieldScorerData |
| Modifier and Type | Method and Description |
|---|---|
QueryPlanData |
IndexedFieldScorer.newDataInstance() |
QueryPlanData |
SimpleScorer.newDataInstance() |
QueryPlanData |
IndexedFieldScorerData.newInstance() |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexedFieldScorerData.copyFrom(QueryPlanData source) |
Copyright © 2015. All rights reserved.