| Package | Description |
|---|---|
| com.redhat.lightblue.assoc | |
| com.redhat.lightblue.assoc.scorers |
| Constructor and Description |
|---|
QueryPlan(CompositeMetadata root,
QueryPlanScorer qdf)
Constructs a query plan from the composite metadata by
recursively descending through the associated entities, and
creating a node for every entity.
|
QueryPlan(CompositeMetadata root,
QueryPlanScorer qdf,
Set<CompositeMetadata> filter)
Constructs a query plan from the composite metadata by
recursively descending through the associated entities as
deterimed by the filter, and creating a node for every entity.
|
QueryPlanChooser(CompositeMetadata cmd,
QueryPlanIterator qpitr,
QueryPlanScorer scorer,
QueryExpression requestQuery,
Set<CompositeMetadata> filter) |
| Modifier and Type | Class and Description |
|---|---|
class |
IndexedFieldScorer
Query plan scoring based on search clauses on indexed fields.
|
class |
SimpleScorer
Simple scorer that always returns MAX
|
Copyright © 2015. All rights reserved.