1
0
mirror of synced 2026-08-07 17:36:55 +00:00

DATAES-23 : Person object should user in memory store type

This commit is contained in:
Mohsin Husen
2013-10-30 15:18:27 +00:00
parent ff7cfa3965
commit 4b70622be8
@@ -29,7 +29,7 @@ import java.util.List;
* @author Artur Konczak
*/
@Document( indexName = "person" , type = "user" , shards = 1, replicas = 0)
@Document( indexName = "person" , type = "user", indexStoreType = "memory", shards = 1, replicas = 0, refreshInterval = "-1")
public class Person {
@Id