Uses of Interface
com.couchbase.client.java.search.result.AsyncSearchQueryResult
| Package | Description |
|---|---|
| com.couchbase.client.java | |
| com.couchbase.client.java.search.core | |
| com.couchbase.client.java.search.result.impl |
-
Uses of AsyncSearchQueryResult in com.couchbase.client.java
Methods in com.couchbase.client.java that return types with arguments of type AsyncSearchQueryResult Modifier and Type Method Description rx.Observable<AsyncSearchQueryResult>AsyncBucket. query(SearchQuery query)Queries a Full-Text Index The returnedObservablecan error under the following conditions: - The producer outpaces the SDK:BackpressureException- The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying:RequestCancelledExceptionrx.Observable<AsyncSearchQueryResult>AsyncBucket. query(SearchQuery query, long timeout, TimeUnit timeUnit)Queries a Full-Text Index The returnedObservablecan error under the following conditions: - The producer outpaces the SDK:BackpressureException- The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying:RequestCancelledExceptionrx.Observable<AsyncSearchQueryResult>CouchbaseAsyncBucket. query(SearchQuery query)rx.Observable<AsyncSearchQueryResult>CouchbaseAsyncBucket. query(SearchQuery query, long timeout, TimeUnit timeUnit) -
Uses of AsyncSearchQueryResult in com.couchbase.client.java.search.core
Methods in com.couchbase.client.java.search.core that return types with arguments of type AsyncSearchQueryResult Modifier and Type Method Description rx.Observable<AsyncSearchQueryResult>SearchQueryExecutor. execute(SearchQuery query, long timeout, TimeUnit timeUnit)Executes the givenSearchQuery. -
Uses of AsyncSearchQueryResult in com.couchbase.client.java.search.result.impl
Classes in com.couchbase.client.java.search.result.impl that implement AsyncSearchQueryResult Modifier and Type Class Description classDefaultAsyncSearchQueryResultThe default implementation for anAsyncSearchQueryResultFields in com.couchbase.client.java.search.result.impl with type parameters of type AsyncSearchQueryResult Modifier and Type Field Description static rx.functions.Func1<AsyncSearchQueryResult,rx.Observable<SearchQueryResult>>DefaultSearchQueryResult. FROM_ASYNCMethods in com.couchbase.client.java.search.result.impl that return AsyncSearchQueryResult Modifier and Type Method Description static AsyncSearchQueryResultDefaultAsyncSearchQueryResult. fromHttp400(String payload)Deprecated.FTS is still in BETA so the response format is likely to change in a future version, and be unified with the HTTP 200 response format.static AsyncSearchQueryResultDefaultAsyncSearchQueryResult. fromHttp412()Deprecated.FTS is still in BETA so the response format is likely to change in a future version, and be unified with the HTTP 200 response format.static AsyncSearchQueryResultDefaultAsyncSearchQueryResult. fromHttp429(String payload)Creates a result out of the http 429 response code if retry didn't work.static AsyncSearchQueryResultDefaultAsyncSearchQueryResult. fromIndexNotFound(String indexName)Deprecated.FTS is still in BETA so the response format is likely to change in a future version, and be unified with the HTTP 200 response format.static AsyncSearchQueryResultDefaultAsyncSearchQueryResult. fromJson(JsonObject json)Deprecated.FTS is still in BETA so the response format is likely to change in a future version