Search across all indices and all types

I'm wondering if spring-data-elasticsearch support searching across all indices and types.

What I want is like the following code:
NativeSearchQueryBuilder().withQuery(matchQuery()).withTypes("_all").withIndices("_all").build();

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.