|
Spring Data Solr | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=FIELD) @Documented public @interface Indexed
| Optional Element Summary | |
|---|---|
boolean |
readonly
if set to false, field will not be transfered to solr, but can be read from there |
String |
value
if not set the fields name or the one defined via Field will be used |
public abstract boolean readonly
public abstract String value
Field will be used
|
Spring Data Solr | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||