public class IndexedFieldScorer extends Object implements QueryPlanScorer, Serializable
| Constructor and Description |
|---|
IndexedFieldScorer() |
| Modifier and Type | Method and Description |
|---|---|
QueryPlanData |
newDataInstance()
Returns a new instance for an implementation of QueryPlanData used by
this scorer
|
void |
reset(QueryPlanChooser c)
Initialize the scorer instance before the iteration of possible query
plans
|
Comparable |
score(QueryPlan qp)
Returns a score for the query plan
|
public QueryPlanData newDataInstance()
QueryPlanScorernewDataInstance in interface QueryPlanScorerpublic Comparable score(QueryPlan qp)
QueryPlanScorerscore in interface QueryPlanScorerpublic void reset(QueryPlanChooser c)
QueryPlanScorerreset in interface QueryPlanScorerCopyright © 2016. All rights reserved.