Class Bindings
Binds variable names in expressions to actual data.
Inheritance
System.Object
Bindings
Assembly: Lucene.Net.Expressions.dll
Syntax
public abstract class Bindings : object
Remarks
Binds variable names in expressions to actual data.
These are typically DocValues fields/FieldCache, the document's relevance score, or other ValueSources. @lucene.experimental
Constructors
Name | Description |
---|---|
Bindings() | Sole constructor. |
Methods
Name | Description |
---|---|
GetScoreValueSource() | Returns a ValueSource over relevance scores |
GetValueSource(String) | Returns a ValueSource bound to the variable name. |