|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=SOURCE) public @interface RooSolrSearchable
Adds a Pojo to a Solr managed search index
Optional Element Summary | |
---|---|
String |
deleteIndexMethod
Specify name of the "deleteIndex" methods to generate. |
String |
indexMethod
Specify name of the "index" methods to generate. |
String |
postPersistOrUpdateMethod
Specify name of the "postPersistOrUpdate" method to generate. |
String |
preRemoveMethod
Specify name of the "preRemove" method to generate. |
String |
searchMethod
Specify name of the "search" method to generate. |
String |
simpleSearchMethod
Specify name of the "search" method to generate. |
public abstract String searchMethod
public abstract String postPersistOrUpdateMethod
public abstract String simpleSearchMethod
public abstract String preRemoveMethod
public abstract String indexMethod
public abstract String deleteIndexMethod
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |