# README
cbft
Couchbase Full Text server
The cbft project integrates the bleve full-text search engine and Couchbase Server.
A cbft process creates and maintains full-text indexes using the bleve full-text indexing engine.
Data sources for indexing include Couchbase 3.0+ and Couchbase 4.0+ buckets.
Full-text indexes can be optionally partitioned across multiple cbft processes.
Queries on a cbft index will be scatter/gather'ed across the relevant, distributed cbft processes.
Licenses
- Apache 2.0.
- See also: third party licenses
Getting started and documentation
Please see the getting started guide for cbft, available at http://labs.couchbase.com/cbft.
For developers / contributors
Please see the README for developers
# Packages
No description provided by the author
# Functions
Asset loads and returns the asset for the given name.
AssetDir returns the file names below a certain directory embedded in the file by go-bindata.
AssetInfo loads and returns the asset info for the given name.
AssetNames returns the names of the assets.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MustAsset is like Asset but panics when Asset would return an error.
No description provided by the author
No description provided by the author
No description provided by the author
NewIndexStat ensures that all index stats have the same shape and 0 values to prevent seeing N/A in ns_server UI.
No description provided by the author
No description provided by the author
NewRESTRouter creates a mux.Router initialized with the REST API and web UI routes.
No description provided by the author
No description provided by the author
No description provided by the author
Restore an asset under the given directory.
Restore assets under the given directory recursively.
No description provided by the author
No description provided by the author
# Structs
AliasParams holds the definition for a user-defined index alias.
No description provided by the author
No description provided by the author
Used to track state for a single partition.
No description provided by the author
IndexClient implements the Search() and DocCount() subset of the bleve.Index interface by accessing a remote cbft server via REST protocol.
NsStatsHandler is a REST handler that provides stats/metrics for consumption by ns_server.
NsStatusHandler is a REST handler that provides status for consumption by ns_server.
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author