public abstract class Bindings
extends java.lang.Object
These are typically DocValues fields/FieldCache, the document's relevance score, or other ValueSources.
| Modifier | Constructor and Description |
|---|---|
protected |
Bindings()
Sole constructor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract DoubleValuesSource |
getDoubleValuesSource(java.lang.String name)
Returns a DoubleValuesSource bound to the variable name
|
protected Bindings()
public abstract DoubleValuesSource getDoubleValuesSource(java.lang.String name)
Copyright © 2000–2025 The Apache Software Foundation. All rights reserved.