Class AbstractFunction
java.lang.Object
org.springframework.data.solr.core.query.AbstractFunction
- All Implemented Interfaces:
Function
- Direct Known Subclasses:
CurrencyFunction,DefaultValueFunction,DistanceFunction,DivideFunction,ExistsFunction,GeoDistanceFunction,GeoHashFunction,IfFunction,MaxFunction,NotFunction,ProductFunction,QueryFunction,TermFrequencyFunction
- Since:
- 1.1
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.data.solr.core.query.Function
Function.Context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddArgument(Object argument) List<?>booleantoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.springframework.data.solr.core.query.Function
getArgumentMap, getOperation, toSolrFunction
-
Constructor Details
-
AbstractFunction
protected AbstractFunction() -
AbstractFunction
-
-
Method Details
-
addArgument
-
getArguments
- Specified by:
getArgumentsin interfaceFunction- Returns:
-
hasArguments
public boolean hasArguments()- Specified by:
hasArgumentsin interfaceFunction- Returns:
- true if
Function.getArguments()is not empty
-
toString
-