程序包 | 说明 |
---|---|
org.opencms.search |
Implements the main full text search and indexing functions available in OpenCms.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsDependencyIndexer
A VFS indexer that resolves locale dependent documents.
|
class |
CmsVfsIndexer
An indexer indexing
CmsResource based content from the OpenCms VFS. |
限定符和类型 | 方法和说明 |
---|---|
I_CmsIndexer |
CmsSearchIndexSource.getIndexer()
Returns the indexer.
|
I_CmsIndexer |
CmsSearchIndexUpdateData.getIndexer()
Returns the indexer of this update collection.
|
I_CmsIndexer |
CmsDependencyIndexer.newInstance(CmsObject cms,
I_CmsReport report,
CmsSearchIndex index) |
I_CmsIndexer |
CmsVfsIndexer.newInstance(CmsObject cms,
I_CmsReport report,
CmsSearchIndex index) |
I_CmsIndexer |
I_CmsIndexer.newInstance(CmsObject cms,
I_CmsReport report,
CmsSearchIndex index)
Creates and initializes a new instance of this indexer implementation.
|
构造器和说明 |
---|
CmsSearchIndexUpdateData(CmsSearchIndexSource source,
I_CmsIndexer indexer)
Creates a new instance of an update collection.
|