| Name | Description | Type | Package | Framework |
| Bindings | Binds variable names in expressions to actual data. | Class | org.apache.lucene.expressions | Apache Lucene |
| Expression | Base class that computes the value of an expression for a document. | Class | org.apache.lucene.expressions | Apache Lucene |
| JavascriptCompiler | An expression compiler for javascript expressions. | Class | org.apache.lucene.expressions.js | Apache Lucene |
| SimpleBindings | Simple class that binds expression variable names to SortFields or other Expressions. | Class | org.apache.lucene.expressions | Apache Lucene |
| VariableContext | A helper to parse the context of a variable name, which is the base variable, followed by the sequence of array (integer or string indexed) and member accesses. | Class | org.apache.lucene.expressions.js | Apache Lucene |
| VariableContext .Type | Represents what a piece of a variable does. | Class | org.apache.lucene.expressions.js.VariableContext | Apache Lucene |