Class ConjunctionQuery
java.lang.Object
com.couchbase.client.java.search.SearchQuery
com.couchbase.client.java.search.queries.AbstractCompoundQuery
com.couchbase.client.java.search.queries.ConjunctionQuery
A compound FTS query that performs a logical AND between all its sub-queries (conjunction).
- Since:
- 2.3.0
- Author:
- Simon Baslé, Michael Nitschinger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionand
(SearchQuery... queries) boost
(double boost) protected void
injectParams
(JsonObject input) Methods inherited from class com.couchbase.client.java.search.queries.AbstractCompoundQuery
addAll, childQueries
Methods inherited from class com.couchbase.client.java.search.SearchQuery
booleanField, booleans, conjuncts, dateRange, disjuncts, docId, export, geoBoundingBox, geoBoundingBox, geoDistance, geoDistance, geoPolygon, injectParamsAndBoost, match, matchAll, matchNone, matchPhrase, numericRange, phrase, prefix, queryString, regexp, term, termRange, toString, wildcard
-
Constructor Details
-
ConjunctionQuery
-
-
Method Details
-
boost
- Overrides:
boost
in classSearchQuery
-
and
-
injectParams
- Specified by:
injectParams
in classSearchQuery
-