Uses of Class
com.couchbase.client.java.search.queries.TermRangeQuery
Packages that use 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
Methods in com.couchbase.client.java.search that return TermRangeQueryModifier and TypeMethodDescriptionstatic TermRangeQuery
SearchQuery.termRange()
Prepare aTermRangeQuery
body. -
Uses of TermRangeQuery in com.couchbase.client.java.search.queries
Methods in com.couchbase.client.java.search.queries that return TermRangeQueryModifier 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.