| Package | Description |
|---|---|
| com.couchbase.client.java | |
| com.couchbase.client.java.search.result.impl |
| Modifier and Type | Method and Description |
|---|---|
Observable<AsyncSearchQueryResult> |
CouchbaseAsyncBucket.query(SearchQuery query) |
Observable<AsyncSearchQueryResult> |
AsyncBucket.query(SearchQuery query)
Experimental: Queries a Full-Text Index
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAsyncSearchQueryResult
The default implementation for an
AsyncSearchQueryResult |
| Modifier and Type | Field and Description |
|---|---|
static Func1<AsyncSearchQueryResult,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.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.