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 SearchQueryResult
Bucket. 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:RequestCancelledException
SearchQueryResult
Bucket. 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:RequestCancelledException
SearchQueryResult
CouchbaseBucket. query(SearchQuery query)
SearchQueryResult
CouchbaseBucket. 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 class
DefaultSearchQueryResult
The default implementation for aSearchQueryResult
Fields 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
-