Uses of Class
org.apache.lucene.expressions.Expression
Packages that use Expression
Package
Description
Expressions.
Javascript expressions.
-
Uses of Expression in org.apache.lucene.expressions
Methods in org.apache.lucene.expressions with parameters of type ExpressionModifier and TypeMethodDescriptionvoid
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 ExpressionModifier and TypeMethodDescriptionstatic Expression
Compiles the given expression using default compiler settings.static Expression
Compiles the given expression with the supplied custom functions using default compiler settings.