Class and Description |
---|
com.couchbase.client.java.util.Blocking
this class has been moved into core (
Blocking |
Method and Description |
---|
com.couchbase.client.java.search.result.impl.DefaultAsyncSearchQueryResult.fromHttp400(String)
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.
|
com.couchbase.client.java.search.result.impl.DefaultAsyncSearchQueryResult.fromJson(JsonObject)
FTS is still in BETA so the response format is likely to change in a future version
|
com.couchbase.client.java.transcoder.Transcoder.newDocument(String, int, T, long) |
com.couchbase.client.java.query.dsl.path.index.WithPath.withDeferAndNode(String)
you can call
WithPath.withDeferAndNodes(String...) with a single entry instead. |
com.couchbase.client.java.query.dsl.path.index.WithPath.withNode(String)
you can call
WithPath.withNodes(String...) with a single entry instead. |
Enum Constant and Description |
---|
com.couchbase.client.java.util.features.CouchbaseFeature.FTS_BETA
FTS is still in BETA in 4.5.0, likely to get major changes when switching to GA.
|
Copyright © 2015 Couchbase, Inc.