public class BooleanQuery extends SearchQuery
boost| Constructor and Description |
|---|
BooleanQuery() |
| Modifier and Type | Method and Description |
|---|---|
BooleanQuery |
boost(double boost) |
BooleanQuery |
must(SearchQuery... mustQueries) |
BooleanQuery |
mustNot(SearchQuery... mustNotQueries) |
BooleanQuery |
should(SearchQuery... shouldQueries) |
BooleanQuery |
shouldMin(int minForShould) |
com.couchbase.client.core.api.search.CoreSearchQuery |
toCore() |
booleanField, booleans, conjuncts, dateRange, disjuncts, docId, export, geoBoundingBox, geoBoundingBox, geoDistance, geoDistance, geoPolygon, match, matchAll, matchNone, matchPhrase, numericRange, phrase, prefix, queryString, regexp, term, termRange, toString, wildcardpublic BooleanQuery shouldMin(int minForShould)
public BooleanQuery must(SearchQuery... mustQueries)
public BooleanQuery mustNot(SearchQuery... mustNotQueries)
public BooleanQuery should(SearchQuery... shouldQueries)
public BooleanQuery boost(double boost)
boost in class SearchQuerypublic com.couchbase.client.core.api.search.CoreSearchQuery toCore()
toCore in class SearchQueryCopyright © 2024 Couchbase, Inc.. All rights reserved.