Package | Description |
---|---|
com.couchbase.client.java | |
com.couchbase.client.java.search.core | |
com.couchbase.client.java.search.result.impl |
Modifier and Type | Method and Description |
---|---|
rx.Observable<AsyncSearchQueryResult> |
CouchbaseAsyncBucket.query(SearchQuery query) |
rx.Observable<AsyncSearchQueryResult> |
AsyncBucket.query(SearchQuery query)
Queries a Full-Text Index
|
rx.Observable<AsyncSearchQueryResult> |
CouchbaseAsyncBucket.query(SearchQuery query,
long timeout,
TimeUnit timeUnit) |
rx.Observable<AsyncSearchQueryResult> |
AsyncBucket.query(SearchQuery query,
long timeout,
TimeUnit timeUnit)
Queries a Full-Text Index
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<AsyncSearchQueryResult> |
SearchQueryExecutor.execute(SearchQuery query,
long timeout,
TimeUnit timeUnit)
Executes the given
SearchQuery . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultAsyncSearchQueryResult
The default implementation for an
AsyncSearchQueryResult |
Modifier and Type | Field and Description |
---|---|
static rx.functions.Func1<AsyncSearchQueryResult,rx.Observable<SearchQueryResult>> |
DefaultSearchQueryResult.FROM_ASYNC
|
Modifier and Type | Method and Description |
---|---|
static AsyncSearchQueryResult |
DefaultAsyncSearchQueryResult.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 AsyncSearchQueryResult |
DefaultAsyncSearchQueryResult.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 AsyncSearchQueryResult |
DefaultAsyncSearchQueryResult.fromHttp429(String payload)
Creates a result out of the http 429 response code if retry didn’t work.
|
static AsyncSearchQueryResult |
DefaultAsyncSearchQueryResult.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 AsyncSearchQueryResult |
DefaultAsyncSearchQueryResult.fromJson(JsonObject json)
Deprecated.
FTS is still in BETA so the response format is likely to change in a future version
|
Copyright © 2015 Couchbase, Inc.