|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Expression | |
|---|---|
| org.apache.lucene.expressions | expressions |
| org.apache.lucene.expressions.js | Javascript expressions |
| Uses of Expression in org.apache.lucene.expressions |
|---|
| Methods in org.apache.lucene.expressions with parameters of type Expression | |
|---|---|
void |
SimpleBindings.add(String name,
Expression expression)
Adds an Expression to the bindings. |
| Uses of Expression in org.apache.lucene.expressions.js |
|---|
| Methods in org.apache.lucene.expressions.js that return Expression | |
|---|---|
static Expression |
JavascriptCompiler.compile(String sourceText)
Compiles the given expression. |
static Expression |
JavascriptCompiler.compile(String sourceText,
Map<String,Method> functions,
ClassLoader parent)
Compiles the given expression with the supplied custom functions. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||