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.
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.