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
- All Implemented Interfaces:
CoreCommonOptions
- Enclosing class:
- SearchOptions
public class SearchOptions.Built extends CommonOptions.BuiltCommonOptions
-
Field Summary
Fields inherited from interface com.couchbase.client.core.endpoint.http.CoreCommonOptions
DEFAULT -
Method Summary
Modifier and Type Method Description voidinjectParams(String indexName, JsonObject queryJson)Inject the top level parameters of a query into a preparedJsonObjectthat represents the root of the query.JsonSerializerserializer()Methods inherited from class com.couchbase.client.java.CommonOptions.BuiltCommonOptions
clientContext, parentSpan, retryStrategy, timeoutMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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 preparedJsonObjectthat represents the root of the query.- Parameters:
queryJson- the preparedJsonObjectfor the whole query.
-