public interface IHelpSearchIndex
| Modifier and Type | Method and Description |
|---|---|
IStatus |
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.
|
java.lang.String |
getLocale()
A search index is created for each locale.
|
IStatus addSearchableDocument(java.lang.String pluginId, java.lang.String name, java.net.URL url, java.lang.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 addedjava.lang.String getLocale()
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.