程序包 | 说明 |
---|---|
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.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 |
限定符和类型 | 方法和说明 |
---|---|
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 |
CmsSearchManager.getDocumentFactory(CmsResource resource)
Returns a lucene document factory for given resource.
|
I_CmsDocumentFactory |
CmsSearchManager.getDocumentFactory(java.lang.String resourceType,
java.lang.String mimeType)
Returns a lucene document factory for given resource type and MIME type.
|
限定符和类型 | 类和说明 |
---|---|
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.
|
限定符和类型 | 方法和说明 |
---|---|
I_CmsDocumentFactory |
CmsGallerySearchIndex.getDocumentFactory(CmsResource res) |
限定符和类型 | 类和说明 |
---|---|
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.
|
限定符和类型 | 方法和说明 |
---|---|
I_CmsDocumentFactory |
CmsSolrIndex.getDocumentFactory(CmsResource res) |