Package | Description |
---|---|
org.apache.lucene.expressions |
Expressions.
|
org.apache.lucene.expressions.js |
Javascript expressions.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleBindings.add(String name,
Expression expression)
Adds an Expression to the bindings.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.