| Package | Description |
|---|---|
| org.eclipse.help.search |
Provides the ability to add participants to help search and is responsible
for creating search indices.
|
| Modifier and Type | Method and Description |
|---|---|
abstract IStatus |
SearchParticipant.addDocument(IHelpSearchIndex index,
java.lang.String pluginId,
java.lang.String name,
java.net.URL url,
java.lang.String id,
ISearchDocument doc)
Adds the document to the search index.
|
IStatus |
SearchParticipantXML.addDocument(IHelpSearchIndex index,
java.lang.String pluginId,
java.lang.String name,
java.net.URL url,
java.lang.String id,
ISearchDocument doc) |
IStatus |
IHelpSearchIndex.addSearchableDocument(java.lang.String pluginId,
java.lang.String name,
java.net.URL url,
java.lang.String id,
ISearchDocument doc)
Adds a document to the search index database by parsing it using one of the file-based search
participants, or the default HTML search participant.
|
protected void |
SearchParticipant.addTitle(java.lang.String title,
ISearchDocument doc)
A utility method that adds a title to the document.
|
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.