all repos — searchix @ 89f7b84789d2bf1453bda0f0a7b3673126fc2406

Search engine for NixOS, nix-darwin, home-manager and NUR users

refactor: store searched documents directly in the search index

Alan Pearce
commit

89f7b84789d2bf1453bda0f0a7b3673126fc2406

parent

439f863b71a698053ee0cd3c7a9865c286be3ec7

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M go.modgo.mod
@@ -6,6 +6,7 @@ require (
github.com/ardanlabs/conf/v3 v3.1.7 github.com/bcicen/jstream v1.0.1 github.com/blevesearch/bleve/v2 v2.4.0 + github.com/blevesearch/bleve_index_api v1.1.6 github.com/crewjam/csp v0.0.2 github.com/fsnotify/fsnotify v1.7.0 github.com/getsentry/sentry-go v0.27.0
@@ -20,7 +21,6 @@
require ( github.com/RoaringBitmap/roaring v1.9.3 // indirect github.com/bits-and-blooms/bitset v1.13.0 // indirect - github.com/blevesearch/bleve_index_api v1.1.6 // indirect github.com/blevesearch/geo v0.1.20 // indirect github.com/blevesearch/go-faiss v1.0.15 // indirect github.com/blevesearch/go-porterstemmer v1.0.3 // indirect