Package org.eclipse.help.search
Provides the ability to add participants to help search and is responsible
for creating search indices.
See:
Description
Class Summary
|
HelpIndexBuilder
|
Builds a help search index for a plug-in by looking for the
org.eclipse.help.toc extensions in the provided manifest file. |
LuceneSearchParticipant
|
Participant in the help search. |
XMLSearchParticipant
|
An abstract search participants for adding XML documents to the Lucene search index. |
Package org.eclipse.help.search Description
Provides the ability to add participants to help search and is responsible
for creating search indices.
Package Specification
This package contains the API for adding content to the help search functionality
and is responsible for indexing all contents of the help system. To add content, a
plug-in must extend the LuceneSearchParticipant abstract class and point to it
using the org.eclipse.help.search.luceneSearchParticipant extension point.
The package also provides an abstract class that extends LuceneSearchParticipant
called XMLSearchParticipant which adds functionality for parsing XML
documents.
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.