Uses of Interface
com.couchbase.client.java.search.result.SearchQueryResult
-
Packages that use SearchQueryResult Package Description com.couchbase.client.java com.couchbase.client.java.search.result.impl -
-
Uses of SearchQueryResult in com.couchbase.client.java
Methods in com.couchbase.client.java that return SearchQueryResult Modifier and Type Method Description SearchQueryResultBucket. query(SearchQuery query)Queries a Full-Text Index This method throws 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:RequestCancelledExceptionSearchQueryResultBucket. query(SearchQuery query, long timeout, TimeUnit timeUnit)Queries a Full-Text Index This method throws 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:RequestCancelledExceptionSearchQueryResultCouchbaseBucket. query(SearchQuery query)SearchQueryResultCouchbaseBucket. query(SearchQuery query, long timeout, TimeUnit timeUnit) -
Uses of SearchQueryResult in com.couchbase.client.java.search.result.impl
Classes in com.couchbase.client.java.search.result.impl that implement SearchQueryResult Modifier and Type Class Description classDefaultSearchQueryResultThe default implementation for aSearchQueryResultFields in com.couchbase.client.java.search.result.impl with type parameters of type SearchQueryResult Modifier and Type Field Description static rx.functions.Func1<AsyncSearchQueryResult,rx.Observable<SearchQueryResult>>DefaultSearchQueryResult. FROM_ASYNC
-