mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#744 - ElasticSearch - isEmpty() expression needs to have outer not:{} negation to work as per ..
This commit is contained in:
@@ -157,4 +157,14 @@ public interface DocQueryContext {
|
||||
* End nested path expressions.
|
||||
*/
|
||||
void endNested() throws IOException;
|
||||
|
||||
/**
|
||||
* Start a not wrapping an expression.
|
||||
*/
|
||||
void startNot() throws IOException;
|
||||
|
||||
/**
|
||||
* End a not wrapper.
|
||||
*/
|
||||
void endNot() throws IOException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user