Package org.apache.lucene.expressions
Class SimpleBindings.CycleDetectionBindings
- java.lang.Object
-
- org.apache.lucene.expressions.Bindings
-
- org.apache.lucene.expressions.SimpleBindings.CycleDetectionBindings
-
- Enclosing class:
- SimpleBindings
private class SimpleBindings.CycleDetectionBindings extends Bindings
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Set<java.lang.String>
seenFields
-
Constructor Summary
Constructors Constructor Description CycleDetectionBindings(java.lang.String current)
CycleDetectionBindings(java.util.Set<java.lang.String> parents, java.lang.String current)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoubleValuesSource
getDoubleValuesSource(java.lang.String name)
Returns a DoubleValuesSource bound to the variable name
-
-
-
Method Detail
-
getDoubleValuesSource
public DoubleValuesSource getDoubleValuesSource(java.lang.String name)
Description copied from class:Bindings
Returns a DoubleValuesSource bound to the variable name- Specified by:
getDoubleValuesSource
in classBindings
-
-