See: Description
Interface | Description |
---|---|
IIndexSearchManager |
The central query interface of the index and search infrastructure.
|
Class | Description |
---|---|
IndexContext |
This class serves as the primary context for indexing platform to perform
queries against the index store.
|
Exception | Description |
---|---|
IndexException |
All checked exceptions thrown by the indexing platform are of this type.
|
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.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.IndexException
:
All checked exceptions thrown by the index and search infrastructure are of this type