You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
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
andabv
, while searching thedescription
text.. for instance:Your help would be much appreciated :)
The text was updated successfully, but these errors were encountered: