Skip navigation links

Oracle Secure Enterprise Search Java API Reference
10g Release 1 (10.1.8)

B32260-01


Uses of Interface
oracle.search.sdk.crawler.DocumentMetadata

Packages that use DocumentMetadata
oracle.search.sdk.crawler This package contains all interfaces and exceptions that are part of the Oracle Secure Enterprise Search Crawler Plug-in API. 

 

Uses of DocumentMetadata in oracle.search.sdk.crawler

 

Methods in oracle.search.sdk.crawler that return DocumentMetadata
 DocumentMetadata QueueService.getNextItem()
          get the next URL from the queue.
 DocumentMetadata GeneralService.newDocumentMetadata()
          Get a new instance of the DocumentMetadata object
 DocumentMetadata DocumentContainer.getMetadata()
          Get the metadata object associated with this document container
 DocumentMetadata DataSourceService.getDocumentAttributes(java.lang.String displayUrl)
          Retrieve the attribute data of an existing document.

 

Methods in oracle.search.sdk.crawler with parameters of type DocumentMetadata
 int QueueService.enqueue(DocumentMetadata docNode)
          enqueue a document to the queue.
 void CrawlingThreadService.markStatusNotChanged(DocumentMetadata meta)
          mark a url entry as not requiring any changes or updates.
 int CrawlingThreadService.checkDocumentExcluded(DocumentMetadata meta)
          check if the document should be crawled or not the check stops if one rule excludes the document and only status code for this rule is returned.
 void DocumentContainer.setMetadata(DocumentMetadata meta)
          Set the Document Metadata object.

 


Skip navigation links

Oracle Secure Enterprise Search Java API Reference
10g Release 1 (10.1.8)

B32260-01


Copyright © 2006, Oracle. All rights reserved.