public class ConjunctionQuery extends AbstractCompoundQuery
Constructor and Description |
---|
ConjunctionQuery(SearchQuery... queries) |
Modifier and Type | Method and Description |
---|---|
ConjunctionQuery |
and(SearchQuery... queries) |
ConjunctionQuery |
boost(double boost) |
protected void |
injectParams(JsonObject input) |
addAll, childQueries
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
public ConjunctionQuery(SearchQuery... queries)
public ConjunctionQuery boost(double boost)
boost
in class SearchQuery
public ConjunctionQuery and(SearchQuery... queries)
protected void injectParams(JsonObject input)
injectParams
in class SearchQuery
Copyright © 2021 Couchbase, Inc.. All rights reserved.