Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Plug-in Developer Guide
Previous Page Home Next Page


Eclipse Platform
Release 3.5

Package org.eclipse.help.search

Provides the ability to add participants to help search and is responsible for creating search indices.

See:
           Description

Interface Summary
ISearchEngine A search engine that is a participant in the help search.
ISearchEngine2 An extension of the search engine interface that provides for opening of the results.
ISearchEngineResult A search result created by the help search engine.
ISearchEngineResult2 An extension of the search result interface that allows engines to define engine result icon for each search result.
ISearchEngineResultCollector A collector for the search hits (asynchronously) returned by the help search participants.
ISearchIndex Represents a Lucene index for one locale.
ISearchScope The generic search scope object.
XMLSearchParticipant.IParsedXMLContent Class that implements this interface is used to store data obtained during the parsing phase.
 

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.


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire