Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
+ No .travis.yml, so remove travis build status from README.
+ Consolidating duplicate links.

Change-Id: I1299a62d25873a35377e7f9771a7eaa9165b7b95
Reviewed-on: https://review.couchbase.org/c/cbft/+/171604
Well-Formed: Build Bot <build@couchbase.com>
Tested-by: Abhinav Dangeti <abhinav@couchbase.com>
Reviewed-by: Abhinav Dangeti <abhinav@couchbase.com>
  • Loading branch information
abhinavdangeti committed Mar 1, 2022
1 parent a05b762 commit e15fea8
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,34 +5,29 @@ Couchbase Full Text server

The cbft project integrates the bleve full-text search engine and Couchbase Server.

[![GoDoc](https://godoc.org/github.com/couchbase/cbft?status.svg)](https://godoc.org/github.com/couchbase/cbft) [![Build Status](https://travis-ci.org/couchbase/cbft.svg)](https://travis-ci.org/couchbase/cbft) [![Coverage Status](https://coveralls.io/repos/couchbase/cbft/badge.png?branch=master)](https://coveralls.io/r/couchbase/cbft?branch=master)
[![GoDoc](https://godoc.org/github.com/couchbase/cbft?status.svg)](https://godoc.org/github.com/couchbase/cbft) [![Coverage Status](https://coveralls.io/repos/couchbase/cbft/badge.png?branch=master)](https://coveralls.io/r/couchbase/cbft?branch=master)

A cbft process creates and maintains full-text indexes using the
[bleve full-text indexing engine](http://www.blevesearch.com/).

Data sources for indexing include Couchbase 3.0+ and Couchbase 4.0+
buckets.
Data sources for indexing include Couchbase 3.0+ and Couchbase 4.0+ buckets.

Full-text indexes can be optionally partitioned across multiple cbft
processes.
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.
Queries on a cbft index will be scatter/gather'ed across the relevant, distributed cbft processes.

# See also

[Full-text search](https://www.couchbase.com/products/full-text-search)

# Licenses

* Apache 2.0.
* BSL 1.1
* See also: [third party licenses](https://github.com/couchbase/cbft/blob/master/LICENSE-thirdparty.txt)

# Getting started and documentation

Please see the [getting started](http://labs.couchbase.com/cbft) guide
for cbft, available at
[http://labs.couchbase.com/cbft](http://labs.couchbase.com/cbft).
Please see the [getting started](http://labs.couchbase.com/cbft) guide for cbft.

# For developers / contributors

Expand Down

0 comments on commit e15fea8

Please sign in to comment.