Uses of Class
com.couchbase.client.java.search.result.ReactiveSearchResult
-
Packages that use ReactiveSearchResult Package Description com.couchbase.client.java com.couchbase.client.java.search -
-
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(SearchQuery query)
Performs a Full Text Search (FTS) query with defaultSearchOptions
.Mono<ReactiveSearchResult>
ReactiveCluster. searchQuery(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)
-