Class Term
java.lang.Object
org.springframework.data.mongodb.core.query.Term
A
Term defines one or multiple words Term.Type.WORD or phrases Term.Type.PHRASE to be used in the
context of full text search.- Since:
- 1.6
- Author:
- Christoph Strobl, Mark Paluch
-
Constructor Details
-
Term
-
Term
- Parameters:
raw-type- defaulted toTerm.Type.WORDif null.
-
-
Method Details
-
negate
-
isNegated
public boolean isNegated()- Returns:
- return true if term is negated.
-
getType
- Returns:
- type of term. Never null.
-
getFormatted
-
equals
-
hashCode
-
toString
-
quotePhrase
-
negateRaw
-