Skip navigation links

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

B32260-01


Package oracle.search.sdk.crawler

This package contains all 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 plugin to submit URL-related data to the crawler.
CrawlingThreadService CrawlingThreadService is an interface used by a crawler plugin to perform crawl related tasks.
DataSourceService DataSourceService is an interface used by a crawler plugin to manage the data source
DocumentAcl DocumentAcl is to be used by a crawler plugin to generate Access Control List from a list of access control entities
DocumentContainer DocumentContainer is an interface used by a crawler plugin to submit/retrieve document information
DocumentMetadata DocumentMetadata is an interface used by a crawler plugin to submit URL-related data to the crawler.
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 message 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 list of values (LOV) from the data source.
ParameterValues ParameterValues is an interface for any crawler plugin to read the value of data source parameter.
QueueService QueueService is an interface used by a crawler plugin to submit/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 crawler user to rewrite the url links extracted from the web page

 

Class Summary
ParameterInfo ParameterInfo is a class for describing the general properties of a parameter

 

Exception Summary
PluginException This encapsulates information about a data source plugin-specific error.
ProcessingException Encapsulates information about error from processing plugin request.
UrlRewriteException This encapsulates information about a url rewrite error.

 

Package oracle.search.sdk.crawler Description

This package contains all 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
10g Release 1 (10.1.8)

B32260-01


Copyright © 2006, Oracle. All rights reserved.