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 2707a6f commit bda7592Copy full SHA for bda7592
src/test/java/org/springframework/data/elasticsearch/repositories/SampleBookRepositoryTest.java
@@ -49,7 +49,6 @@ public void shouldIndexSingleBookEntity(){
49
book.setId("123455");
50
book.setName("Spring Data Elasticsearch");
51
book.setVersion(System.currentTimeMillis());
52
- //Indexing using repository
53
repository.save(book);
54
//lets try to search same record in elasticsearch
55
Book indexedBook = repository.findOne(book.getId());
0 commit comments