|
Class Summary |
| AbstractXWikiRunnable |
Common methods for all XWiki thread classes in the Lucene plugin. |
| AttachmentData |
Holds all data but the content of an attachment to be indexed. |
| DocumentData |
Holds all data but the content of a wiki page to be indexed. |
| IndexData |
|
| IndexFields |
Contains constants naming the Lucene index fields used by this Plugin and some helper methods for proper handling of
special field values like dates. |
| IndexRebuilder |
Handles rebuilding of the whole Lucene Search Index. |
| IndexUpdater |
|
| LucenePlugin |
A plugin offering support for advanced searches using Lucene, a high performance, open source
search engine. |
| LucenePluginApi |
This plugin allows index based search in the contents of Wiki Pages and their attachments, as far
as any text can be extracted from them. |
| ObjectData |
Hold the property values of the XWiki.ArticleClass Objects. |
| SearchResult |
Result of a search. |
| SearchResults |
Container for the results of a search. |
| TextExtractor |
Extraction of text from various binary formats. |
| XWikiDocumentQueue |
This class represents a Queue (FirstInFirstOut) for XWikiDocument objects. |