Uses of Class
com.couchbase.client.java.search.queries.TermRangeQuery
Package
Description
Namespace for various search-service related classes.
Contains the various APIs for search queries.
-
Uses of TermRangeQuery in com.couchbase.client.java.search
Modifier and TypeMethodDescriptionstatic TermRangeQuery
SearchQuery.termRange()
Prepare aTermRangeQuery
body. -
Uses of TermRangeQuery in com.couchbase.client.java.search.queries
Modifier and TypeMethodDescriptionTermRangeQuery.boost
(double boost) Sets the upper boundary of the range.Sets the upper boundary of the range, inclusive or not depending on the second parameter.Sets the lower boundary of the range.Sets the lower boundary of the range, inclusive or not depending on the second parameter.