Skip to content

Commit dd12461

Browse files
committed
Article Index should be stored "in memory" for test cases
1 parent 2e43fc0 commit dd12461

File tree

1 file changed

+1
-1
lines changed
  • src/test/java/org/springframework/data/elasticsearch

1 file changed

+1
-1
lines changed

src/test/java/org/springframework/data/elasticsearch/Article.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* Simple type to test facets
1616
*/
17-
@Document(indexName = "articles", type = "article", shards = 1, replicas = 0, refreshInterval = "-1")
17+
@Document(indexName = "articles", type = "article", shards = 1, replicas = 0, refreshInterval = "-1", indexStoreType = "memory")
1818
public class Article {
1919

2020
@Id

0 commit comments

Comments
 (0)