org.springframework.data.elasticsearch.annotations
Annotation Type Document
@Inherited
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Document
Document
- Author:
- Rizwan Idrees, Mohsin Husen
indexName
public abstract String indexName
type
public abstract String type
- Default:
- ""
shards
public abstract short shards
- Default:
- 5
replicas
public abstract short replicas
- Default:
- 1
refreshInterval
public abstract String refreshInterval
- Default:
- "1s"
indexStoreType
public abstract String indexStoreType
- Default:
- "fs"
Copyright © 2011-2014-2014 Pivotal Software, Inc.. All Rights Reserved.