Class Criteria.Predicate
java.lang.Object
org.springframework.data.solr.core.query.Criteria.Predicate
- Enclosing class:
- Criteria
Single entry to be used when defining search criteria
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Predicate
-
Predicate
-
-
Method Details
-
getKey
- Returns:
- null if not set
-
setKey
set the operation key to be applied when parsing query- Parameters:
key-
-
getValue
- Returns:
- null if not set
-
setValue
-
toString
-
isFunction
public boolean isFunction()- Returns:
- true if the
keymatchesCriteria.OperationKey.FUNCTION. - Since:
- 4.1
-