go-sh-manymanuals/exp
2023-05-11 16:41:55 +02:00
..
bleve.go feat: experimental scripts 2023-05-11 16:08:29 +02:00
go.mod feat: experimental scripts 2023-05-11 16:08:29 +02:00
go.sum feat: experimental scripts 2023-05-11 16:08:29 +02:00
README.md docs: more exp tips 2023-05-11 16:41:55 +02:00

gshmm-exp

Experimental programs for prototyping outside of the main gshmm UI

bleve.go

Testbed for indexing & retrieval.

go run bleve.go

You may need to rm -rf *.bleve to clean up previous index runs.

You can install the CLI with:

go install github.com/blevesearch/bleve/v2/cmd/bleve@latest

And then do stuff like bleve query test.bleve "enhanced" 👍