I’ve seen on HSEARCH-2464 that the “missing” predicate is suposed to be implemented but it’s not and the @IndexedEmbedded.indexNullAs was removed as well. There’s any other way I can achieve what I Ineed? When the “missing” predicate is going to be implemented?
There isn’t any built-in predicate to match documents for which a given field is null, but you can easily create one yourself by negating an exists predicate.