Registry / database / blevesearch-zap-v14

blevesearch-zap-v14

JSON →
library14.0.5gogounverified

Zap is a file-based index format for the Bleve search library, version 14.

go get github.com/blevesearch/zap/v14
INSTALL
IMPORT
SIG · BLEVESEARCH-ZAP-V1
B
blevesearch-zap-v14
databasegov14.0.5
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.

zap
github.com/blevesearch/zap/v14

Demonstrates basic usage of the Zap v14 index format configuration.

package main import ( "fmt" "github.com/blevesearch/zap/v14" ) func main() { config := zap.NewConfig() fmt.Printf("Zap v14 config: %+v\n", config) }
Debug
Known issues
breakingZap v14 is not compatible with v13 or earlier; ensure your Bleve version matches.
fix
Use the same major version of zap as required by your Bleve dependency.
affects: >=14.0.0
Upgrade
Version history
14.0.5latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

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