|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.6) Beta B19032-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
CrawlingThreadService is an interface used by a crawler plugin to perform crawl related tasks. It has execution context specific to the crawling thread that invokes the plugin crawl() method
| Method Summary | |
void |
markStatusNotChanged(DocumentMetadata meta)mark a url entry as not requiring any changes or updates. |
void |
submitForProcessing(DocumentContainer target)submit the document for processing. |
| Method Detail |
public void submitForProcessing(DocumentContainer target)
throws ProcessingException
target - the document container containing the content and metadata.ProcessingException
public void markStatusNotChanged(DocumentMetadata meta)
throws ProcessingException
meta - the metadata object corresponding to the url entryProcessingException
|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.6) Beta B19032-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||