Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.eclipse.help.internal.search

Interface Summary
ISearchHitCollector Search hit coollector.
ISearchQuery  
 

Class Summary
Analyzer_en Lucene Analyzer for English.
AnalyzerDescriptor Text Analyzer Descriptor.
ASCIIReader High performance reader.
DefaultAnalyzer Lucene Analyzer.
HTMLDocParser Parser HTML documents.
IndexingOperation Indexing Operation represents a long operation, which performs indexing of the group (Collection) of documents.
LazyProgressMonitor Progress Monitor, that accumulates work without communicating it immidiately to the underlying monitor.
LowerCaseAndDigitsTokenizer Tokenizer breaking words around letters or digits.
ParsedDocument Parsed Document.
PluginVersionInfo Table of plugins.
ProgressDistributor Distributes progress information from this monitor to multiple monitors.
QueryBuilder Build query acceptable by the search engine.
QueryWordsExactPhrase Represents a quoted token in user search query words
QueryWordsPhrase Represents a phrase (not quoted) token in user search query words It consists of several words created by an analyzer
QueryWordsToken Represents a token in user search query words
SearchHit Search hit.
SearchIndex Text search index.
SearchIndexWithIndexingProgress  
SearchManager Manages indexing and search for all infosets
SearchProgressMonitor Progress monitor for search
SearchProgressMonitor.DummySearchQuery  
SearchQuery An implementation of ISearchQuery.
SearchResults Search result collector.
SmartAnalyzer Smart Analyzer.
WordTokenStream WordTokenStream obtains tokens containing words appropriate for use with Lucene search engine.
 

Exception Summary
QueryTooComplexException Thrown to save resources, and not perform search if search query seems too complicated.