@Retention(value=RUNTIME) @Target(value=FIELD) @Documented public @interface Field
| Modifier and Type | Optional Element and Description |
|---|---|
DateFormat |
format |
String[] |
ignoreFields |
FieldIndex |
index |
String |
indexAnalyzer |
String |
pattern |
String |
searchAnalyzer |
boolean |
store |
FieldType |
type |
public abstract FieldType type
public abstract FieldIndex index
public abstract DateFormat format
public abstract String pattern
public abstract boolean store
public abstract String searchAnalyzer
public abstract String indexAnalyzer
public abstract String[] ignoreFields
Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.