| Package | Description | 
|---|---|
| oracle.ide.index | 
 Classes used to build and query indexes of source files. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ReentrantQueryException
Indicates that an indexing operation resulted in an index query. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.net.URL[] | 
Index.blockingQuery(QueryCriteria criteria)
Query the index on the calling thread. 
 | 
java.util.Collection<QueryResult> | 
Index.blockingQueryEx(QueryCriteria criteria)
Query the index on the calling thread. 
 |