Package com.couchbase.client.java.search
Class SearchOptions.Built
java.lang.Object
com.couchbase.client.java.CommonOptions.BuiltCommonOptions
com.couchbase.client.java.search.SearchOptions.Built
- Enclosing class:
- SearchOptions
public class SearchOptions.Built extends CommonOptions.BuiltCommonOptions
-
Method Summary
Modifier and Type Method Description void
injectParams(String indexName, JsonObject queryJson)
Inject the top level parameters of a query into a preparedJsonObject
that represents the root of the query.JsonSerializer
serializer()
Methods inherited from class com.couchbase.client.java.CommonOptions.BuiltCommonOptions
clientContext, parentSpan, retryStrategy, timeout
-
Method Details
-
serializer
-
injectParams
Inject the top level parameters of a query into a preparedJsonObject
that represents the root of the query.- Parameters:
queryJson
- the preparedJsonObject
for the whole query.
-