Class MatchQuery
java.lang.Object
com.couchbase.client.java.search.SearchQuery
com.couchbase.client.java.search.queries.MatchQuery
A FTS query that matches a given term, applying further processing to it
like analyzers, stemming and even
fuzziness
.- Since:
- 2.3.0
- Author:
- Simon Baslé, Michael Nitschinger
-
Field Summary
Fields inherited from class com.couchbase.client.java.search.SearchQuery
boost
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboost
(double boost) fuzziness
(int fuzziness) operator
(MatchOperator operator) prefixLength
(int prefixLength) toCore()
Methods inherited from class com.couchbase.client.java.search.SearchQuery
booleanField, booleans, conjuncts, dateRange, disjuncts, docId, export, geoBoundingBox, geoBoundingBox, geoDistance, geoDistance, geoPolygon, match, matchAll, matchNone, matchPhrase, numericRange, phrase, prefix, queryString, regexp, term, termRange, toString, wildcard
-
Constructor Details
-
MatchQuery
-
-
Method Details
-
boost
- Overrides:
boost
in classSearchQuery
-
field
-
analyzer
-
prefixLength
-
fuzziness
-
operator
-
toCore
- Specified by:
toCore
in classSearchQuery
-