This package defines the classes for supporting queries on the index store.
Package Specification
- {@link com.ibm.xtools.emf.index.search.IIndexSearchManager}:
The central query interface of the index and search infrastructure. All
functionality is provided by a static instance. The index search manager
requires an index context in order to perform the queries.
- {@link com.ibm.xtools.emf.index.search.IndexContext}:
This class serves as the primary context for the indexing platform to perform
queries against the index store. Instances of the this class are passed to
the various "find" methods of
IIndexSearchManager
to control the
scope and the search results of the query.
- {@link com.ibm.xtools.emf.index.search.IndexException}:
All checked exceptions thrown by the index and search infrastructure are of this type