go:embed
Author: mikejsavageCreated Jul 29, 2025Updated Aug 11, 2025
bleve only exposes an API to open a search index by filename.
It would be nice if you could make an index from a []byte instead so you could embed a precomputed index. For a concrete use case: I would like to ship a geocoding DB with my app and embedding it is the most robust way to do that.
Source: blevesearch/bleve