|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value={METHOD,FIELD}) @Documented public @interface Field
Mark a property as indexable
Required Element Summary | |
---|---|
Index |
index
Defines how the Field should be indexed |
Optional Element Summary | |
---|---|
String |
name
Field name, default to the JavaBean property name |
Store |
store
Should the value be stored in the document |
Element Detail |
---|
public abstract Index index
public abstract String name
public abstract Store store
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |