diff options
author | Alan Pearce | 2024-05-08 13:37:15 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-08 13:37:15 +0200 |
commit | 89f7b84789d2bf1453bda0f0a7b3673126fc2406 (patch) | |
tree | 892046e6aeaa012946c98276d17e196c8c2490f2 /go.mod | |
parent | 439f863b71a698053ee0cd3c7a9865c286be3ec7 (diff) | |
download | searchix-89f7b84789d2bf1453bda0f0a7b3673126fc2406.tar.lz searchix-89f7b84789d2bf1453bda0f0a7b3673126fc2406.tar.zst searchix-89f7b84789d2bf1453bda0f0a7b3673126fc2406.zip |
refactor: store searched documents directly in the search index
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod index 19543b8..f8fa654 100644 --- a/go.mod +++ b/go.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 ( 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 |