Hi redisearch team,
I am using redisearch to index items for sale - my indexes hold ~N million items, and each item has around 10 tags from a total pool of ~1000 tags.
I am trying to figure out a way to add items in the index that are not yet “live” - yet I can see them in my admin / special UIs using the same queries/filters as for everything else. These items are less than 1% of the total.
My question is - what is the best way to implement this in terms of performance - and maybe other query syntax gotchas:
-
have a “live” tag - so all search requests contain tag:live
-
have a “blocked” tag - so all search requests contain !tag:blocked
-
don’t use tags - have a separate index
Thanks for making redisearch!
Michael