You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/org/springframework/data/elasticsearch/core/mapping/SimpleElasticsearchPersistentEntity.java
+8
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,7 @@ public class SimpleElasticsearchPersistentEntity<T> extends BasicPersistentEntit
Copy file name to clipboardExpand all lines: src/main/java/org/springframework/data/elasticsearch/repository/support/SimpleElasticsearchRepository.java
+7
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,8 @@ public SimpleElasticsearchRepository(ElasticsearchEntityInformation<T, ID> metad
82
82
83
83
if (shouldCreateIndexAndMapping() && !indexOperations.exists()) {
Copy file name to clipboardExpand all lines: src/main/java/org/springframework/data/elasticsearch/repository/support/SimpleReactiveElasticsearchRepository.java
0 commit comments