Uses of Interface
org.eclipse.help.search.ISearchDocument
Packages that use ISearchDocument
Package
Description
Provides the ability to add participants to help search and is responsible
for creating search indices.
-
Uses of ISearchDocument in org.eclipse.help.search
Methods in org.eclipse.help.search with parameters of type ISearchDocumentModifier and TypeMethodDescriptionabstract IStatusSearchParticipant.addDocument(IHelpSearchIndex index, String pluginId, String name, URL url, String id, ISearchDocument doc) Adds the document to the search index.SearchParticipantXML.addDocument(IHelpSearchIndex index, String pluginId, String name, URL url, String id, ISearchDocument doc) IHelpSearchIndex.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.protected voidSearchParticipant.addTitle(String title, ISearchDocument doc) A utility method that adds a title to the document.