Package org.opencms.search.documents

Handles indexing different sorts of document and resource type from the OpenCms VFS for the full text search.

See:
          Description

Interface Summary
I_CmsDocumentFactory Implementation interface for lucene document factories used in OpenCms.
I_CmsSearchExtractor Defines a text extractor for the integrated search engine.
I_CmsTermHighlighter Highlights arbitrary terms.
 

Class Summary
A_CmsVfsDocument Base document factory class for a VFS CmsResource, just requires a specialized implementation of I_CmsSearchExtractor.extractContent(CmsObject, A_CmsIndexResource, String) for text extraction from the binary document content.
CmsDocumentGeneric Lucene document factory class for indexing data from a generic CmsResource.
CmsDocumentHtml Lucene document factory class to extract index data from a cms resource containing plain html data.
CmsDocumentMsExcel Lucene document factory class to extract index data from a cms resource containing MS Excel data.
CmsDocumentMsPowerPoint Lucene document factory class to extract index data from a cms resource containing MS PowerPoint data.
CmsDocumentMsWord Lucene document factory class to extract index data from a cms resource containing MS Word data.
CmsDocumentPdf Lucene document factory class to extract index data from a cms resource containing Adobe pdf data.
CmsDocumentPlainText Lucene document factory class to extract index data from a cms resource containing plain text data.
CmsDocumentRtf Lucene document factory class to extract index data from a cms resource containing RTF data.
CmsDocumentXmlContent Lucene document factory class to extract index data from a cms resource of type CmsResourceTypeXmlContent.
CmsDocumentXmlPage Lucene document factory class to extract index data from a cms resource of type CmsResourceTypeXmlPage.
CmsHighlightFinder Adapted from Maik Schreiber's LuceneTools.java,v 1.5 2001/10/16 07:25:55.
CmsTermHighlighterHtml HTML Highlighter implementation used while generation excerpts.
Messages Convenience class to access the localized messages of this OpenCms package.
 

Package org.opencms.search.documents Description

Handles indexing different sorts of document and resource type from the OpenCms VFS for the full text search.

Since:
6.0.0
Version:
$Revision: 1.6 $