| Package | Description |
|---|---|
| org.opencms.search |
Implements the main full text search and indexing functions available in OpenCms.
|
| 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 | Method and Description |
|---|---|
I_CmsDocumentFactory |
CmsSearchManager.getDocumentFactory(CmsResource resource)
Returns a lucene document factory for given resource.
|
I_CmsDocumentFactory |
I_CmsSearchIndex.getDocumentFactory(CmsResource res)
Returns the document type factory used for the given resource in this index, or
null
in case the resource is not indexed by this index. |
I_CmsDocumentFactory |
CmsSearchIndex.getDocumentFactory(CmsResource res)
Returns the document type factory used for the given resource in this index, or
null
in case the resource is not indexed by this index. |
I_CmsDocumentFactory |
A_CmsSearchIndex.getDocumentFactory(CmsResource res)
Returns the document type factory used for the given resource in this index, or
null
in case the resource is not indexed by this index. |
I_CmsDocumentFactory |
CmsSearchManager.getDocumentFactory(java.lang.String resourceType,
java.lang.String mimeType)
Returns a lucene document factory for given resource type and MIME type.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
I_CmsDocumentFactory |
CmsSolrIndex.getDocumentFactory(CmsResource res) |