Closed rostiar closed 8 years ago
Can you describe what you would like ?
Hi @scampi, For example I have collection of documents from my app servers. It looks like client x were served by server A, client x were served by server B and so on... Now I need to know what clients were server by server A but were not served by server B during the same period of time. In SQL it would be not exists query. Now siren-join supports only exists and I cannot run not exists query. Rostislav.
The siren-join query is just like any other query in ES. Therefore, you can use the bool query to wrap the siren-join in a must_not
clause.
Good idea, thanks. I will try it and get back.
Hi,
It would be nice to add NOT EXISTS functionality
Thanks, Rostislav.