Hi,
Is there an efficient way to check whether document will be in result set of given query?
I have a set of queries that I need to iterate and check if the new document applies to them, in terms of filtering and searching by field value.
I know that I can run the query and iterate through result set and check id but this seems a little bit lame.
Cheers Marcin