| Package | Description |
|---|---|
| org.apache.lucene.expressions |
Expressions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleBindings
Simple class that binds expression variable names to
DoubleValuesSources
or other Expressions. |
| Modifier and Type | Method and Description |
|---|---|
DoubleValuesSource |
Expression.getDoubleValuesSource(Bindings bindings)
Get a DoubleValuesSource which can compute the value of this expression in the context of the given bindings.
|
Rescorer |
Expression.getRescorer(Bindings bindings)
Get a
Rescorer, to rescore first-pass hits
using this expression. |
SortField |
Expression.getSortField(Bindings bindings,
boolean reverse)
Get a sort field which can be used to rank documents by this expression.
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.