cbft icon indicating copy to clipboard operation
cbft copied to clipboard

Couchbase Full Text server

Results 10 cbft issues
Sort by recently updated
recently updated
newest added

Looks like there is no 1.0 version.. and the last release was in 2015 ! As I know, cbft is the core full text search engine of couchbase, right? I...

to close out https://issues.couchbase.com/browse/DOC-1033 but in this new(er) repo

Implement access controls for all admin actions

Before the integration of the bleve-mapping-ui, users were given a raw where they could edit the index's params JSON, including all the advanced fields (like changing storage backends). That advanced...

N1QL has laid out a versioning approach that may be worth considering here: https://docs.google.com/document/d/1Uyv4t06DNGq7TxJjGI_T_MbbEYf8Er-imC7yzTY0uZw/edit#heading=h.x2b1nkw2rstt

Implement access controls for queries (bucket permissions for Index, bubbled up permissions for index aliases)

cbft needs to write significant events to the audit log

Finalize analyzers for English (P0), French (P1), German (P1), and Spanish (P1).

Ensure that cbft doesn't blow up when passed data that is not in UTF8 format.

This structure is creating some weird SBOMs. By using the following `go.work` file, the package naming is preserved ``` go 1.22.1 use ( ./cbft ./cbftx ./cbgt ./goproj/src/github.com/couchbase/cbauth ./goproj/src/github.com/couchbase/go_json ./goproj/src/github.com/couchbase/go-couchbase ./goproj/src/github.com/couchbase/gomemcached...