| Package | Description |
|---|---|
| org.opencms.search.documents |
Handles indexing different sorts of document and resource type from the OpenCms VFS for the full text search.
|
| org.opencms.search.solr |
The package contains the Solr search integration.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
I_CmsDocumentFactory
Used to create index Lucene Documents for OpenCms resources,
controls the text extraction algorithm used for a specific OpenCms resource type / MIME type combination.
|
| Modifier and Type | Class and Description |
|---|---|
class |
A_CmsVfsDocument
Base document factory class for a VFS
,
just requires a specialized implementation of
for text extraction from the binary document content. |
class |
CmsDocumentContainerPage
Lucene document factory class to extract index data from a resource
of type
CmsResourceTypeContainerPage. |
class |
CmsDocumentGeneric
Lucene document factory class for indexing data from a generic
. |
class |
CmsDocumentHtml
Lucene document factory class to extract index data from a cms resource
containing plain html data.
|
class |
CmsDocumentMsOfficeOLE2
Lucene document factory class to extract text data from a VFS resource that is an OLE 2 MS Office document.
|
class |
CmsDocumentMsOfficeOOXML
Lucene document factory class to extract text data from a VFS resource that is an OOXML MS Office document.
|
class |
CmsDocumentOpenOffice
Lucene document factory class to extract index data from a cms resource
containing Open Document Format data.
|
class |
CmsDocumentPdf
Lucene document factory class to extract index data from a cms resource
containing Adobe pdf data.
|
class |
CmsDocumentPlainText
Lucene document factory class to extract index data from a cms resource
containing plain text data.
|
class |
CmsDocumentRtf
Lucene document factory class to extract index data from a cms resource
containing RTF data.
|
class |
CmsDocumentXmlContent
Lucene document factory class to extract index data from an OpenCms VFS resource
of type
CmsResourceTypeXmlContent. |
class |
CmsDocumentXmlPage
Lucene document factory class to extract index data from a cms resource
of type
CmsResourceTypeXmlPage. |
| Modifier and Type | Class and Description |
|---|---|
class |
CmsSolrDocumentContainerPage
Lucene document factory class to extract index data from a resource
of type
CmsResourceTypeContainerPage. |
class |
CmsSolrDocumentXmlContent
Special document text extraction factory for Solr index.
|