Spring Data Elasticsearch

org.springframework.data.elasticsearch.annotations
Annotation Type NestedField


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface NestedField


Required Element Summary
 String dotSuffix
           
 FieldType type
           
 
Optional Element Summary
 FieldIndex index
           
 String indexAnalyzer
           
 String searchAnalyzer
           
 boolean store
           
 

Element Detail

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:
""

Spring Data Elasticsearch

Copyright © 2011-2014-2014 Pivotal Software, Inc.. All Rights Reserved.