Class BoolFunction
- java.lang.Object
-
- org.apache.lucene.queries.function.ValueSource
-
- org.apache.lucene.queries.function.valuesource.BoolFunction
-
- Direct Known Subclasses:
IfFunction
,MultiBoolFunction
,SimpleBoolFunction
public abstract class BoolFunction extends ValueSource
Abstract parent class for thoseValueSource
implementations which apply boolean logic to their values
-
-
Constructor Summary
Constructors Constructor Description BoolFunction()
-
Method Summary
-
Methods inherited from class org.apache.lucene.queries.function.ValueSource
createWeight, description, equals, getSortField, getValues, hashCode, newContext, toString
-
-