Package-level Javadoc
Provides support for searching the workspace Java
elements that match a particular description.
Package Specification
This package provides support for searching the workspace Java elements
that match a particular description. In particular, it provides a search
engine with a set of search patterns and search result requestors.
A search match represents the result of a search query.
Search matches may be accurate (A_ACCURATE) or they might be
merely potential matches (A_INACCURATE).
A search participant describes a particular extension to a generic search
mechanism, permitting combined search actions which will involve all required
participants.
A search participant is involved in the indexing phase and in the search phase.