Registry / database / blevesearch-bleve

blevesearch-bleve

JSON →
library1.0.14gogounverified

A Go library for indexing and searching text, providing full-text search capabilities.

go get github.com/blevesearch/bleve
INSTALL
IMPORT
SIG · BLEVESEARCH-BLEVE
B
blevesearch-bleve
databasegov1.0.14
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

bleve
github.com/blevesearch/bleve

Creates a new Bleve index at 'example.bleve'.

package main import ( "fmt" "github.com/blevesearch/bleve" ) func main() { index, _ := bleve.New("example.bleve", bleve.NewIndexMapping()) fmt.Println(index) }
Debug
Known issues
breakingBleve v2 introduced breaking changes in the API, including index mapping and query construction.
fix
Refer to the migration guide when upgrading from v1 to v2.
affects: >=2.0.0
Upgrade
Version history
1.0.14latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
blevesearch-bleve — go get blevesearch-bleve · libregistry