Class ClassicCoreSearchOps
- java.lang.Object
-
- com.couchbase.client.core.api.search.ClassicCoreSearchOps
-
- All Implemented Interfaces:
CoreSearchOps
@Internal public class ClassicCoreSearchOps extends Object implements CoreSearchOps
-
-
Constructor Summary
Constructors Constructor Description ClassicCoreSearchOps(Core core, CoreBucketAndScope scope)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidinjectOptions(String indexName, com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode queryJson, Duration timeout, CoreSearchOptions opts)CoreAsyncResponse<CoreSearchResult>searchQueryAsync(String indexName, CoreSearchQuery query, CoreSearchOptions options)Mono<CoreReactiveSearchResult>searchQueryReactive(String indexName, CoreSearchQuery query, CoreSearchOptions options)-
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.api.search.CoreSearchOps
searchQueryBlocking
-
-
-
-
Constructor Detail
-
ClassicCoreSearchOps
public ClassicCoreSearchOps(Core core, @Nullable CoreBucketAndScope scope)
-
-
Method Detail
-
searchQueryAsync
public CoreAsyncResponse<CoreSearchResult> searchQueryAsync(String indexName, CoreSearchQuery query, CoreSearchOptions options)
- Specified by:
searchQueryAsyncin interfaceCoreSearchOps
-
searchQueryReactive
public Mono<CoreReactiveSearchResult> searchQueryReactive(String indexName, CoreSearchQuery query, CoreSearchOptions options)
- Specified by:
searchQueryReactivein interfaceCoreSearchOps
-
injectOptions
@Internal public static void injectOptions(String indexName, com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode queryJson, Duration timeout, CoreSearchOptions opts)
-
-