Package org.apache.lucene.expressions

expressions

See: Description

Package org.apache.lucene.expressions Description

expressions

Expression - result of compiling an expression, which can evaluate it for a given document. Each expression can have external variables are resolved by Bindings.

Bindings - abstraction for binding external variables to a way to get a value for those variables for a particular document (ValueSource).

SimpleBindings - default implementation of bindings which provide easy ways to bind sort fields and other expressions to external variables

Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.