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