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