Class BooleanFieldQuery
java.lang.Object
com.couchbase.client.java.search.SearchQuery
com.couchbase.client.java.search.queries.BooleanFieldQuery
public class BooleanFieldQuery extends SearchQuery
A FTS query that queries fields explicitly indexed as boolean.
- Since:
- 2.3.0
- Author:
- Simon Baslé, Michael Nitschinger
-
Constructor Summary
Constructors Constructor Description BooleanFieldQuery(boolean value) -
Method Summary
Modifier and Type Method Description BooleanFieldQueryboost(double boost)BooleanFieldQueryfield(String field)protected voidinjectParams(JsonObject input)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
-
BooleanFieldQuery
public BooleanFieldQuery(boolean value)
-
-
Method Details
-
field
-
boost
- Overrides:
boostin classSearchQuery
-
injectParams
- Specified by:
injectParamsin classSearchQuery
-