|
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
- parametersvoid onDocumentUpdate(Document document, String uuid) throws Exception
document
- Lucene documentuuid
- document UUID
Exception
- if processing notification failsvoid onDocumentUpdated(Document document, String uuid) throws Exception
document
- Lucene documentuuid
- document UUID
Exception
- if processing notification failsvoid onDocumentDelete(String[] uuids) throws Exception
uuids
- UUIDs of documents to delete
Exception
- if processing notification failsvoid 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 |