We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1011c98 commit 08e18e8Copy full SHA for 08e18e8
src/main/java/org/springframework/data/elasticsearch/client/elc/AbstractQueryProcessor.java
@@ -66,7 +66,6 @@ static co.elastic.clients.elasticsearch._types.query_dsl.Query getEsQuery(@Nulla
66
throw new IllegalArgumentException("unhandled Query implementation " + query.getClass().getName());
67
}
68
69
- Assert.notNull(esQuery, "query must not be null.");
70
return esQuery;
71
72
0 commit comments