|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.lucene.expressions.Bindings
public abstract class Bindings
Binds variable names in expressions to actual data.
These are typically DocValues fields/FieldCache, the document's relevance score, or other ValueSources.
| Constructor Summary | |
|---|---|
protected |
Bindings()
Sole constructor. |
| Method Summary | |
|---|---|
protected ValueSource |
getScoreValueSource()
Returns a ValueSource over relevance scores |
abstract ValueSource |
getValueSource(String name)
Returns a ValueSource bound to the variable name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected Bindings()
| Method Detail |
|---|
public abstract ValueSource getValueSource(String name)
protected final ValueSource getScoreValueSource()
ValueSource over relevance scores
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||