Registry / database / blugelabs-ice-v2

blugelabs-ice-v2

JSON →
library2.0.1gogounverified

A Go library for building and searching inverted indexes, part of the Bluge ecosystem.

go get github.com/blugelabs/ice/v2
INSTALL
IMPORT
SIG · BLUGELABS-ICE-V2
B
blugelabs-ice-v2
databasegov2.0.1
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.

ice
github.com/blugelabs/ice/v2

Creates a new inverted index using Ice v2.

package main import ( "fmt" "github.com/blugelabs/ice/v2" ) func main() { config := ice.Config{ Path: "./index", } index, err := ice.New(config) if err != nil { panic(err) } defer index.Close() fmt.Println("Index created") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources
blugelabs-ice-v2 — go get blugelabs-ice-v2 · libregistry