public interface IHelpSearchIndex
Modifier and Type | Method and Description |
---|---|
IStatus |
addSearchableDocument(String pluginId,
String name,
URL url,
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.
|
String |
getLocale()
A search index is created for each locale.
|
IStatus addSearchableDocument(String pluginId, String name, URL url, String id, ISearchDocument doc)
pluginId
- the id of the contributing plug-inname
- the name of the documenturl
- the URL of the document using format '/pluginId/href'id
- the unique id of this document as defined in the participantdoc
- the document to be addedString getLocale()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.