Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 1 (11.1.2.0.0)

E14433-02


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

Packages that use DocumentMetadata
oracle.search.sdk.crawler Provides 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 DataSourceService.getDocumentAttributes(String displayUrl)
          Retrieve the attribute data of an existing document.
 DocumentMetadata DocumentContainer.getMetadata()
          Get the metadata object associated with this document container
 DocumentMetadata QueueService.getNextItem()
           
 DocumentMetadata GeneralService.newDocumentMetadata()
          Gets a new instance of the DocumentMetadata object.

 

Methods in oracle.search.sdk.crawler with parameters of type DocumentMetadata
 int CrawlingThreadService.checkDocumentExcluded(DocumentMetadata meta)
          Checks if the document should be crawled.
 int QueueService.enqueue(DocumentMetadata docNode)
           If the display URL does not exist in the data source, it is created and put into the queue.
 void CrawlingThreadService.markStatusNotChanged(DocumentMetadata meta)
          Marks a URL entry as not requiring any changes or updates.
 void DocumentContainer.setMetadata(DocumentMetadata meta)
          Sets the Document Metadata object.

 


Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 1 (11.1.2.0.0)

E14433-02


Copyright © 2006, 2010, Oracle and/or its affiliates. All rights reserved.