@mschoch Hello Marty,
Bleve is a fantastic search library. Kudos to you and all the contributors.
I have a use-case that I want to use bleve for. I have a list of objects which I want to index but don't want the index data store files to be saved on server instance. Do we have any cloud support available for bleve? Or can we convert the data store files into a serialized form to save it on cloud or S3 and fetch them before use?
Hi all, I have a set of ~70 docs that I am indexing with Bleve (which is using the boltdb store by default). Indexing step works fine but when I do index.Open(indexPath), it takes forever and never returns anything.
Indexing and search operations are happening at two different times.