Uses of Class
org.apache.lucene.expressions.Bindings

Packages that use Bindings
org.apache.lucene.expressions expressions 
 

Uses of Bindings in org.apache.lucene.expressions
 

Subclasses of Bindings in org.apache.lucene.expressions
 class SimpleBindings
          Simple class that binds expression variable names to SortFields or other Expressions.
 

Methods in org.apache.lucene.expressions with parameters of type Bindings
 SortField Expression.getSortField(Bindings bindings, boolean reverse)
          Get a sort field which can be used to rank documents by this expression.
 ValueSource Expression.getValueSource(Bindings bindings)
          Get a value source which can compute the value of this expression in the context of the given bindings.
 



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