Pinned Repositories
beer-search
example bleve application for indexing and search beers and breweries
bleve
A modern text/numeric/geo-spatial/vector indexing library for go
bleve-explorer
An example app providing an HTTP/REST/JSON front-end to bleve
bleve_index_api
The Bleve internal index API
hugoidx
An experimental app to build a Bleve search index from the pages of a Hugo site
scorch_segment_api
The Scorch internal segment API
sear
a bleve index implementation designed for efficiently executing searches against a single document (or a sequence of documents one at a time)
segment
A Go library for performing Unicode Text Segmentation as described in Unicode Standard Annex #29
vellum
A Go library implementing a FST (finite state transducer)
zapx
Zap file format compatible with a future version of Bleve
bleve's Repositories
blevesearch/bleve
A modern text/numeric/geo-spatial/vector indexing library for go
blevesearch/vellum
A Go library implementing a FST (finite state transducer)
blevesearch/bleve-explorer
An example app providing an HTTP/REST/JSON front-end to bleve
blevesearch/beer-search
example bleve application for indexing and search beers and breweries
blevesearch/segment
A Go library for performing Unicode Text Segmentation as described in Unicode Standard Annex #29
blevesearch/blevex
Bleve Extensions
blevesearch/bleve-mapping-ui
web-based UI editor for bleve index mappings
blevesearch/snowballstem
Go stemmers generated by the Snowball project
blevesearch/go-porterstemmer
A native Go clean room implementation of the Porter Stemming algorithm.
blevesearch/zapx
Zap file format compatible with a future version of Bleve
blevesearch/sear
a bleve index implementation designed for efficiently executing searches against a single document (or a sequence of documents one at a time)
blevesearch/go-faiss
Go bindings for Faiss
blevesearch/mmap-go
A portable mmap package for Go
blevesearch/bleve_index_api
The Bleve internal index API
blevesearch/blevesearch.github.io-hugo
Hugo Source for blevesearch.github.io website
blevesearch/cld2
CLD2 (Compact Language Detector 2) bindings for Go (golang)
blevesearch/stempel
A Go implementation of the Stempel stemmer
blevesearch/analysis-wizard
An interactive tool to explore text analysis behavior in Bleve
blevesearch/zap
Zap segment plugin for Bleve Scorch indexes
blevesearch/blevesearch.github.io
blevesearch website
blevesearch/faiss
A library for efficient similarity search and clustering of dense vectors.
blevesearch/scorch_segment_api
The Scorch internal segment API
blevesearch/geo
S2 geometry library in Go
blevesearch/goleveldb
LevelDB key/value database in Go.
blevesearch/gopherconin-search
A sample bleve application that indexes/searches the GopherCon India schedule
blevesearch/fosdem-search
bleve sample app to search FOSDEM schedule
blevesearch/go-metrics
Go port of Coda Hale's Metrics library
blevesearch/gtreap
gtreap is an immutable treap implementation in the Go Language
blevesearch/snowball
Go implementation of the Snowball stemmers
blevesearch/upsidedown_store_api
The Upside Down key-value store API