org.springframework.data.elasticsearch.annotations
Annotation Type NestedField
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface NestedField
dotSuffix
public abstract String dotSuffix
type
public abstract FieldType type
index
public abstract FieldIndex index
- Default:
- org.springframework.data.elasticsearch.annotations.FieldIndex.analyzed
store
public abstract boolean store
- Default:
- false
searchAnalyzer
public abstract String searchAnalyzer
- Default:
- ""
indexAnalyzer
public abstract String indexAnalyzer
- Default:
- ""
Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.