Uses of Class
com.couchbase.client.java.search.result.ReactiveSearchResult
| Package | Description |
|---|---|
| com.couchbase.client.java |
Holds all classes that are needed for the Couchbase Java SDK.
|
| com.couchbase.client.java.search |
Namespace for various search-service related classes.
|
-
Uses of ReactiveSearchResult in com.couchbase.client.java
Methods in com.couchbase.client.java that return types with arguments of type ReactiveSearchResult Modifier and Type Method Description Mono<ReactiveSearchResult>ReactiveCluster. searchQuery(String indexName, SearchQuery query)Performs a Full Text Search (FTS) query with defaultSearchOptions.Mono<ReactiveSearchResult>ReactiveCluster. searchQuery(String indexName, SearchQuery query, SearchOptions options)Performs a Full Text Search (FTS) query with customSearchOptions. -
Uses of ReactiveSearchResult in com.couchbase.client.java.search
Methods in com.couchbase.client.java.search that return types with arguments of type ReactiveSearchResult Modifier and Type Method Description static Mono<ReactiveSearchResult>SearchAccessor. searchQueryReactive(Core core, SearchRequest request, JsonSerializer serializer)