Package com.couchbase.client.java.search
Class SearchOptions.Built
java.lang.Object
CommonOptions<SearchOptions>.BuiltCommonOptions
com.couchbase.client.java.search.SearchOptions.Built
- All Implemented Interfaces:
CoreCommonOptions
- Enclosing class:
- SearchOptions
-
Field Summary
Fields inherited from interface com.couchbase.client.core.endpoint.http.CoreCommonOptions
DEFAULT
-
Method Summary
Modifier and TypeMethodDescriptionvoid
injectParams
(String indexName, JsonObject queryJson, Duration timeout) Inject the top level parameters of a query into a preparedJsonObject
that represents the root of the query.Methods inherited from class com.couchbase.client.java.CommonOptions.BuiltCommonOptions
clientContext, parentSpan, retryStrategy, timeout
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.couchbase.client.core.endpoint.http.CoreCommonOptions
withParentSpan
-
Method Details
-
serializer
-
injectParams
Inject the top level parameters of a query into a preparedJsonObject
that represents the root of the query.- Parameters:
indexName
- the name of the index to inject.queryJson
- the preparedJsonObject
for the whole query.timeout
- the timeout of the request to send to the server.
-