Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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.
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 Deprecated. Use the version attribute on indexing-hook when declaring your Indexer in the extension manifest file.

 

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.


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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