🏃 🤫 📚
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
decentral1se c9ebb272a1
chore: new sub dir gitignore
11 months ago
..
.gitignore chore: new sub dir gitignore 11 months ago
README.md docs: more testing help 12 months ago
bleve.go fix: get highlight working 12 months ago
go.mod feat: experimental scripts 12 months ago
go.sum feat: experimental scripts 12 months ago

README.md

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" 👍

You can also try sudo apt-get install pdfgrep, do stuff like pdfgrep -R "capab" ../datasheets and compare.

Finally, bleveanalysis.couchbase.com is a good tool for testing the analyzers.