|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8.2) E10465-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
DataSourceService is an interface used by a crawler plugin to manage the data source
Method Summary | |
void |
delete(String displayURL) Delete the URL identified by the display URL. |
void |
deleteAll() Delete all the documents from the data source. |
void |
deleteAll(int statusCode) Delete documents with the specified status code. |
DocumentMetadata |
getDocumentAttributes(String displayUrl) Retrieve the attribute data of an existing document. |
void |
indexNow() start indexing as soon as possible on current set of submitted documents. |
boolean |
isExist(String displayURL) Check whether the given URL exist in the current data source or not. |
void |
registerGlobalLOV(LovInfo lovNode) register the attribute list of values |
Method Detail |
public void delete(String displayURL)
displayURL
- display URLpublic void deleteAll()
public void deleteAll(int statusCode)
statusCode
- document status codepublic DocumentMetadata getDocumentAttributes(String displayUrl)
displayUrl
- display URL of this documentpublic boolean isExist(String displayURL)
displayURL
- display URL of this documentpublic void registerGlobalLOV(LovInfo lovNode)
public void indexNow()
|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8.2) E10465-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |