committed by
GitHub
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();
|
||||
|
||||
Reference in New Issue
Block a user