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
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCycleDetectionBindings
(String current) CycleDetectionBindings
(Set<String> parents, String current) -
Method Summary
Modifier and TypeMethodDescriptiongetDoubleValuesSource
(String name) Returns a DoubleValuesSource bound to the variable name
-
Field Details
-
seenFields
-
-
Constructor Details
-
CycleDetectionBindings
CycleDetectionBindings(String current) -
CycleDetectionBindings
-
-
Method Details
-
getDoubleValuesSource
Description copied from class:Bindings
Returns a DoubleValuesSource bound to the variable name- Specified by:
getDoubleValuesSource
in classBindings
-