Registry / database / blevesearch-zap-v13

blevesearch-zap-v13

JSON →
library13.0.6gogounverified

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

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

Demonstrates basic usage of the Zap v13 index format configuration.

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

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
OpenAI (training)
1
Resources
blevesearch-zap-v13 — go get blevesearch-zap-v13 · libregistry