Skip navigation links

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

E14433-02


Package oracle.search.sdk.crawler

Provides interfaces and exceptions that are part of the Oracle Secure Enterprise Search Crawler Plug-in API

See:
          Description

Interface Summary
CrawlerPlugin CrawlerPlugin is an interface used by a crawler plugin to crawl its own repository.
CrawlerPluginManager CrawlerPluginManager is an interface used by a crawler plug-in to submit URL-related data to the crawler.
CrawlingThreadService CrawlingThreadService is an interface used by a crawler plug-in to perform crawl-related tasks.
DataSourceService DataSourceService is an interface used by a crawler plug-in to manage the data source
DocumentAcl DocumentAcl is used by a crawler plug-in to generate an Access Control List from a list of access control entries or to store security attribute value data.
DocumentContainer DocumentContainer is an interface used by a crawler plug-in to submit or retrieve document information.
DocumentMetadata DocumentMetadata is an interface used by a crawler plug-in to submit URL-related data to the crawler.
DocumentService DocumentService is an interface used by a document service plug-in to submit document attributes and document contents to the crawler.
DocumentServiceManager  
GeneralService GeneralService is an interface used by a crawler plugin to perform miscellaneous service
Logger Logger is an interface used by a crawler plugin to output messages to the crawler log file.
LovInfo LovInfo is an interface used by both the crawler and a data source plugin to set and retrieve attribute lists of values (LOV) from the data source.
ParameterValues ParameterValues is an interface for any crawler plug-in to read the value of a data source parameter.
QueueService QueueService is an interface used by a crawler plugin to submit or retrieve URL-related data.
UrlCandidate UrlCandidate is an interface for any URL rewriter to read the value of a pending URL string and store the rewrite result.
UrlRewriter UrlRewriter is an interface for the crawler user to rewrite the URL links extracted from the Web page.

 

Class Summary
InstanceService InstanceService is used by a crawler plug-in to retrieve instance-specific information.
ParameterInfo ParameterInfo is a class for describing the general properties of a parameter.

 

Exception Summary
DocumentServiceException  
PluginException This encapsulates information about a data source plugin-specific error.
ProcessingException Encapsulates information about an error from processing a plug-in request.
UrlRewriteException This encapsulates information about a URL rewrite error.

 

Package oracle.search.sdk.crawler Description

Provides interfaces and exceptions that are part of the Oracle Secure Enterprise Search Crawler Plug-in API.


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.