|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LuceneIndexObserver
Lucene index observer.
| Method Summary | |
|---|---|
void |
init(Properties params)
Called upon creation. |
void |
onDocumentDelete(String[] uuids)
Called BEFORE index document is being deleted. |
void |
onDocumentDeleted(String[] uuids)
Called AFTER index document has been deleted. |
void |
onDocumentUpdate(Document document,
String uuid)
Called BEFORE index document is being updated. |
void |
onDocumentUpdated(Document document,
String uuid)
Called AFTER index document has been updated. |
| Method Detail |
|---|
void init(Properties params)
params - parameters
void onDocumentUpdate(Document document,
String uuid)
throws Exception
document - Lucene documentuuid - document UUID
Exception - if processing notification fails
void onDocumentUpdated(Document document,
String uuid)
throws Exception
document - Lucene documentuuid - document UUID
Exception - if processing notification fails
void onDocumentDelete(String[] uuids)
throws Exception
uuids - UUIDs of documents to delete
Exception - if processing notification fails
void onDocumentDeleted(String[] uuids)
throws Exception
uuids - UUIDs of documents to delete
Exception - if processing notification fails
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||