|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface SearchableAnalyzerProperty
Specifies a Searchable class field/property that dynamically
controls the anlayzer that will be used to analyze the class content.
| Optional Element Summary | |
|---|---|
String |
accessor
The property accessor that will be fetch and write the property value. |
String |
converter
The converter lookup name that will be used to convert the field/property into a String analyzer lookup name. |
String |
nullAnalyzer
The lookup name for the analyzer in case the value of the field/proeprty is null. |
public abstract String nullAnalyzer
null.
public abstract String converter
public abstract String accessor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||