mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-21 11:32:12 +00:00
parent
ae88ea3506
commit
c59395d36d
@ -49,7 +49,7 @@ public abstract class SearchAsYouTypeIntegrationTests {
|
||||
@Autowired private IndexNameProvider indexNameProvider;
|
||||
|
||||
@BeforeEach
|
||||
private void setup() {
|
||||
void setup() {
|
||||
indexNameProvider.increment();
|
||||
operations.indexOps(SearchAsYouTypeEntity.class).createWithMapping();
|
||||
}
|
||||
|
@ -54,7 +54,7 @@ public abstract class CompletionIntegrationTests implements NewElasticsearchClie
|
||||
@Autowired private IndexNameProvider indexNameProvider;
|
||||
|
||||
@BeforeEach
|
||||
private void setup() {
|
||||
void setup() {
|
||||
indexNameProvider.increment();
|
||||
operations.indexOps(CompletionEntity.class).createWithMapping();
|
||||
operations.indexOps(AnnotatedCompletionEntity.class).createWithMapping();
|
||||
|
Loading…
x
Reference in New Issue
Block a user