Hello, I'd love to use Bleve, but I'm having a hard time figuring out how to use it. I would greatly appreciate if you could point me in the right direction. There are two things I'd like to solve:
-
Is there an easy way to ensure the data is automatically deleted after X time? For instance, with BadgerKV you can specify that the data should be deleted after 1 week.
-
Could you help give an example as to how this would be possible: let's say I want users to be able to filter on brewery_id and abv, while searching the description text.. for instance:
- brewery_id == rogue_ales OR route_66_brewery
- abv >= 2.5
- description contains text: imperial
Your help would be much appreciated :)
Hello, I'd love to use Bleve, but I'm having a hard time figuring out how to use it. I would greatly appreciate if you could point me in the right direction. There are two things I'd like to solve:
Is there an easy way to ensure the data is automatically deleted after X time? For instance, with BadgerKV you can specify that the data should be deleted after 1 week.
Could you help give an example as to how this would be possible: let's say I want users to be able to filter on
brewery_idandabv, while searching thedescriptiontext.. for instance:Your help would be much appreciated :)