程序包 | 说明 |
---|---|
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.galleries |
Implements the search functions for the OpenCms Gallery search index,
which is used by the Advanced Direct Edit (ADE) functions.
|
org.opencms.search.solr |
限定符和类型 | 接口和说明 |
---|---|
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.
|
限定符和类型 | 类和说明 |
---|---|
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 . |
限定符和类型 | 类和说明 |
---|---|
class |
CmsGalleryDocumentXmlContent
Special document text extraction factory for the gallery index that creates multiple fields for the content
in all the languages available in an XML content.
|
class |
CmsGalleryDocumentXmlPage
Special document text extraction factory for the gallery index that creates multiple fields for the content
in all the languages available in an XML page.
|
限定符和类型 | 类和说明 |
---|---|
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.
|