public class SearchOptions.Built extends CommonOptions.BuiltCommonOptions
Modifier and Type | Method and Description |
---|---|
void |
injectParams(String indexName,
JsonObject queryJson)
Inject the top level parameters of a query into a prepared
JsonObject
that represents the root of the query. |
JsonSerializer |
serializer() |
clientContext, parentSpan, retryStrategy, timeout
public JsonSerializer serializer()
@Stability.Internal public void injectParams(String indexName, JsonObject queryJson)
JsonObject
that represents the root of the query.queryJson
- the prepared JsonObject
for the whole query.Copyright © 2020 Couchbase, Inc.. All rights reserved.