Skip to content

Commit fb7fb25

Browse files
christophstroblodrotbohm
authored andcommitted
#514 - Remove code no longer supported by the Elasticsearch NodeClient.
1 parent 8313a1a commit fb7fb25

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

elasticsearch/example/src/main/java/example/springdata/elasticsearch/conference/ApplicationConfiguration.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ public void deleteIndex() {
6868
@PostConstruct
6969
public void insertDataSample() {
7070

71-
// Remove all documents
72-
repository.deleteAll();
7371
operations.refresh(Conference.class);
7472

7573
// Save data sample

0 commit comments

Comments
 (0)