All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AbstractCompoundQuery Base class for FTS queries that are composite, compounding several otherAbstractFtsQuery
.AbstractFacetResult AbstractFtsQuery A base class for all FTS query classes.AnalyticsAccessor Internal helper to map the results from the analytics requests.AnalyticsMeta Holds associated metadata returned by the server for the performed analytics request.AnalyticsMetrics Holds the metrics as returned from an analytics response.AnalyticsOptions AnalyticsResult Holds the results (including metadata) of an analytics query.AnalyticsStatus AppendAccessor AppendOptions ArrayAddUnique An intention to perform a SubDocument array add-unique operation.ArrayAppend An intention to perform a SubDocument array append operation.ArrayInsert An intention to perform a SubDocument array insert operation.ArrayPrepend An intention to perform a SubDocument array prepend operation.AsyncBinaryCollection AsyncBucket Provides access to a Couchbase bucket in an async fashion.AsyncBucketManager AsyncCluster TheAsyncCluster
is the main entry point when connecting to a Couchbase cluster.AsyncCollection TheAsyncCollection
provides basic asynchronous access to all collection APIs.AsyncCollectionManager TheAsyncCollectionManager
provides APIs to manage bucket collections and scopes.AsyncGroupManager AsyncScope The scope identifies a group of collections and allows high application density as a result.AsyncSearchIndexManager TheAsyncSearchIndexManager
allows to manage search index structures in a couchbase cluster.AsyncUserManager AsyncUtils AuthDomain The possible authentication domains that can be used when managing users with RBAC.AuthType BinaryCollection BinaryContent BooleanFieldQuery A FTS query that queries fields explicitly indexed as boolean.BooleanQuery A compound FTS query that allows various combinations of sub-queries.Bucket Provides access to a Couchbase bucket in a blocking fashion.BucketAlreadyExistsException BucketManager BucketNotFoundException BucketSettings BucketType Cluster TheCluster
is the main entry point when connecting to a Couchbase cluster.ClusterEnvironment ClusterEnvironment.Builder ClusterPropertyLoader Collection TheCollection
provides blocking, synchronous access to all collection APIs.CollectionAlreadyExistsException CollectionManager TheCollectionManager
provides APIs to manage bucket collections and scopes.CollectionNotFoundException CollectionSpec CommonOptions<SELF extends CommonOptions<SELF>> Common options that are used by most operations.CompressionMode ConflictResolutionType ConjunctionQuery A compound FTS query that performs a logical AND between all its sub-queries (conjunction).CounterAccessor CounterResult Result returned from counter (increment, decrement) operations.CreateBucketOptions DateRange A range (or bucket) for aDateRangeFacetResult
.DateRangeFacet A facet that categorizes rows inside date ranges (or buckets) provided by the user.DateRangeFacetResult Represents the result for aDateRangeFacet
.DateRangeQuery A FTS query that matches documents on a range of dates.Decoder<T> DecrementOptions DefaultDateRangeFacetResult Implementation of aDateRangeFacetResult
.DefaultDecoder DefaultEncoder The default encoder used which registers common types and knows how to encode them into their binary representation with the proper flags.DefaultNumericRangeFacetResult Implementation of aNumericRangeFacetResult
.DefaultRowLocations A default implementation of aRowLocations
.DefaultSearchMetrics The default implementation for aSearchMetrics
DefaultSearchStatus The default implementation for aSearchStatus
DefaultTermFacetResult Implementation of aTermFacetResult
.DisjunctionQuery A compound FTS query that performs a logical OR between all its sub-queries (disjunction).DocIdQuery A FTS query that matches on Couchbase document IDs.DropBucketOptions DurabilityUtils EncodedDocument TheEncodedDocument
has everything which is important for a document on the wire and is needed for properly decoding it after reading it.EncodedFragment TheEncodedFragment
represents a fragment returned from a subdocument lookup.EncodedJsonContent Encoder EncoderUtil EvictionPolicy ExistsAccessor ExistsOptions ExistsResult Result returned from an exists KeyValue operation.FacetResult Base interface for all facet results.FieldMissing FieldMode FieldType FlushBucketOptions FullDocument An intention to perform a SubDocument operation to upload or insert a full document.GeoBoundingBoxQuery A FTS query which allows to match geo bounding boxes.GeoDistanceQuery A FTS query which allows to match on geo distances.GetAccessor GetAllBucketOptions GetAndLockOptions GetAndTouchOptions GetBucketOptions GetFromReplicaOptions GetOptions Allows to customize a get request.GetResult Returned from all kinds of KeyValue Get operation to fetch a document or a subset of it.Group GroupManager GroupNotFoundException HighlightStyle Enumeration of the highlighting styles recognized by the FTS engine.Increment An intention to perform a SubDocument increment operation.IncrementOptions Insert An intention to perform a SubDocument insert operation.InsertAccessor InsertOptions JacksonTransformers JsonArray Represents a JSON array that can be stored and loaded from Couchbase Server.JsonNull Represents the JSON form of "NULL".JsonObject Represents a JSON object that can be stored and loaded from Couchbase Server.JsonValue Represents a JSON value (either aJsonObject
or aJsonArray
.LookupInAccessor LookupInOptions LookupInResult This result is returned from successful KeyValue subdocument lookup responses.LookupInSpec ManagerSupport MatchAllQuery A FTS query that matches all indexed documents (usually for debugging purposes).MatchNoneQuery A FTS query that matches 0 document (usually for debugging purposes).MatchPhraseQuery A FTS query that matches several given terms (a "phrase"), applying further processing like analyzers to them.MatchQuery A FTS query that matches a given term, applying further processing to it like analyzers, stemming and evenfuzziness
.MutateInAccessor MutateInOptions MutateInResult This result is returned from successful KeyValue subdocument mutation responses.MutateInSpec MutationResult Result returned from all kinds of Key-Value mutation operations.NumericRange A range (or bucket) for aNumericRangeFacetResult
.NumericRangeFacet A facet that categorizes rows into numerical ranges (or buckets) provided by the user.NumericRangeFacetResult Represents the result of aNumericRangeFacet
.NumericRangeQuery A FTS query that matches documents on a range of values.OnError Set the behavior on error for a view query.PersistTo PhraseQuery A FTS query that matches several terms (a "phrase") as is.PrefixQuery A FTS query that allows for simple matching on a given prefix.PrependAccessor PrependOptions Projections QueryAccessor Converts requests and responses for N1QL queries.QueryMeta Stores any non-rows results related to the execution of a particular N1QL query.QueryMetrics Query Metrics contains the query result metrics containing counts and timingsQueryOptions N1QL query request options.QueryProfile Query profiling information received from the query executing engineQueryResult Holds the results (including metadata) of a N1QL query.QueryStatus QueryStringQuery A FTS query that performs a search according to the "query string" syntax.ReactiveAnalyticsResult ReactiveBinaryCollection ReactiveBucket Provides access to a Couchbase bucket in a reactive fashion.ReactiveCluster ReactiveCollection TheReactiveCollection
provides sophisticated asynchronous access to all collection APIs.ReactiveQueryResult Reactive result that fetch parts of the N1ql Query responses reactivelyReactiveScope The scope identifies a group of collections and allows high application density as a result.ReactiveSearchIndexManager TheReactiveSearchIndexManager
allows to manage search index structures in a couchbase cluster.ReactiveSearchResult ReactiveViewResult Holds a the result of a View request operation if successful.RegexpQuery A FTS query that allows for simple matching of regular expressions.Remove An intention to perform a SubDocument remove operation.RemoveAccessor RemoveOptions Replace An intention to perform a SubDocument replace operation.ReplaceAccessor ReplaceOptions ReplicaMode ReplicateTo Role RoleAndDescription RoleAndOrigins Associates aRole
with information about why a user has the role.RoleAndOrigins.Origin Indicates why a user has the role.RowLocation A FTS result row location indicates at which position a given term occurs inside a given field.RowLocations Represents the locations of a search result row.ScanConsistency The possible values for scan_consistency in an analytics request.ScanConsistency The possible values for scan_consistency in a N1QL request.Scope The scope identifies a group of collections and allows high application density as a result.ScopeAlreaadyExistsException ScopeNotFoundException ScopeSpec SearchAccessor Internal helper to access and convert view requests and responses.SearchConsistency An enum listing the various consistency levels for FTS searches that don't need additional parameters (like a mutation token vector).SearchFacet Base class for all FTS facets in querying.SearchIndex SearchIndexManager TheSearchIndexManager
allows to manage search index structures in a couchbase cluster.SearchMeta SearchMetrics Provides statistics on an FTS query result (number of rows, time taken...).SearchOptions SearchQuery The FTS API entry point.SearchQueryRow An FTS result row (or hit).SearchResult Full Text Search (FTS) query results, as returned from the asynchronous API.SearchSort Base class for all FTS sort options in querying.SearchSortField Sort by a field in the rows.SearchSortGeoDistance Sort by a location and unit in the rows.SearchSortId Sort by the document ID.SearchSortScore Sort by the hit score.SearchStatus Represents the status of a FTS query.SearchUtils Utility class around FTS (Full Text Search), and especially handling of the default FTS date format (which corresponds to RFC 3339).SerializableContent<T extends Serializable> Stale Sets the staleness requirement for the view query.StringContent TermFacet A facet that gives the number of occurrences of the most recurring terms in all rows.TermFacetResult Represents the result for aTermFacet
.TermQuery A FTS query that matches terms (without further analysis).TermRange A range (or bucket) for aTermFacetResult
.TermRangeQuery A FTS query that matches documents on a range of values.TouchAccessor TouchOptions UnlockAccessor UnlockOptions Upsert An intention to perform a SubDocument upsert operation.UpsertAccessor UpsertBucketOptions UpsertOptions UpsertUserOptions User UserAndMetadata Information sent by the server in response to a "get user(s)" request.UserManager UserNotFoundException ViewAccessor Internal helper to access and convert view requests and responses.ViewMeta Holds Metadata associated with aViewResult
.ViewOptions ViewResult Holds a the result of a View request operation if successful.ViewRow WildcardQuery An FTS query that allows for simple matching using wildcard characters (* and ?).