Class SimpleStringCriteria
java.lang.Object
org.springframework.data.solr.core.query.Node
org.springframework.data.solr.core.query.Criteria
org.springframework.data.solr.core.query.SimpleStringCriteria
- All Implemented Interfaces:
QueryStringHolder
The most basic criteria holding an already formatted QueryString that can be executed 'as is' against the solr server
-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.data.solr.core.query.Criteria
Criteria.OperationKey, Criteria.Predicate -
Field Summary
Fields inherited from class org.springframework.data.solr.core.query.Criteria
CRITERIA_VALUE_SEPERATOR, WILDCARD -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.data.solr.core.query.Criteria
and, and, between, between, boost, connect, contains, contains, contains, endsWith, endsWith, endsWith, expression, function, fuzzy, fuzzy, getBoost, getField, getPredicates, greaterThan, greaterThanEqual, in, in, is, is, is, isNegating, isNotNull, isNull, lessThan, lessThanEqual, near, near, near, not, notOperator, or, or, sloppy, startsWith, startsWith, startsWith, where, where, where, within, withinMethods inherited from class org.springframework.data.solr.core.query.Node
getParent, getSiblings, hasSiblings, isOr, isRoot, setNegating, setParent, setPartIsOr
-
Constructor Details
-
SimpleStringCriteria
- Parameters:
queryString-
-
-
Method Details
-
getQueryString
Description copied from interface:QueryStringHolderGet the the query string to use- Specified by:
getQueryStringin interfaceQueryStringHolder- Returns:
-
toString
-