Package | Description |
---|---|
org.apache.lucene.expressions |
Expressions.
|
org.apache.lucene.expressions.js |
Javascript expressions.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleBindings.add(java.lang.String name,
Expression expression)
Adds an Expression to the bindings.
|
Modifier and Type | Method and Description |
---|---|
static Expression |
JavascriptCompiler.compile(java.lang.String sourceText)
Compiles the given expression.
|
static Expression |
JavascriptCompiler.compile(java.lang.String sourceText,
java.util.Map<java.lang.String,java.lang.reflect.Method> functions,
java.lang.ClassLoader parent)
Compiles the given expression with the supplied custom functions.
|
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.