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 75a430d commit 2875c62Copy full SHA for 2875c62
src/main/asciidoc/reference/elasticsearch-misc.adoc
@@ -35,8 +35,6 @@ IndexCoordinates index = IndexCoordinates.of("sample-index");
35
36
SearchQuery searchQuery = new NativeSearchQueryBuilder()
37
.withQuery(matchAllQuery())
38
- .withIndices(INDEX_NAME)
39
- .withTypes(TYPE_NAME)
40
.withFields("message")
41
.withPageable(PageRequest.of(0, 10))
42
.build();
@@ -62,8 +60,6 @@ IndexCoordinates index = IndexCoordinates.of("sample-index");
62
60
63
61
64
65
66
67
68
69
0 commit comments