Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

Package oracle.ide.index

Classes used to build and query indexes of source files.

See:
          Description

Interface Summary
DataCollector Collects index data from an Indexer.
Index  
Indexer Implemented by classes that need to participate in indexing.
IndexingContext Context for an indexing operation.
IndexingListener Listens for index updates.
QueryProgress Used to track the progress of an index query.
QueryResult A result from an index query.
ResultCallback<E> Callback used to notify indexing clients of query results.
 

Class Summary
IndexManager Manages Index instances.
QueryCriteria Criteria used to query the index.
 

Exception Summary
LockFailedException Indicates that an index lock failed.
QueryFailedException Indicates that an index query failed.
 

Annotation Types Summary
Version Specifies the version of an Indexer implementation.
 

Package oracle.ide.index Description

Classes used to build and query indexes of source files. Indexes are used to quickly look up information about source files. Index data is persisted between sessions and updated as the source files change.


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

Copyright © 1997, 2011, Oracle. All rights reserved.