程序包 | 说明 |
---|---|
org.opencms.search |
Implements the main full text search and indexing functions available in OpenCms.
|
org.opencms.workplace.tools.searchindex |
This package contains the tool classes for the management of search indexes and related administration views.
|
限定符和类型 | 方法和说明 |
---|---|
CmsSearchIndexSource |
CmsSearchManager.getIndexSource(java.lang.String sourceName)
Returns a search index source for a specified source name.
|
CmsSearchIndexSource |
CmsSearchIndexUpdateData.getSource()
Returns the search index source of this update collection.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.Map<java.lang.String,CmsSearchIndexSource> |
CmsSearchManager.getSearchIndexSources()
Returns an unmodifiable view (read-only) of the SearchIndexSources Map.
|
java.util.List<CmsSearchIndexSource> |
CmsSearchIndex.getSources()
Returns all configured index sources of this search index.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsSearchManager.addSearchIndexSource(CmsSearchIndexSource searchIndexSource)
Adds a search index source configuration.
|
int |
CmsSearchIndexSource.compareTo(CmsSearchIndexSource obj)
Returns
0 if the given object is an index source with the same name. |
CmsSearchIndexUpdateData |
CmsDependencyIndexer.getUpdateData(CmsSearchIndexSource source,
java.util.List<CmsPublishedResource> publishedResources) |
CmsSearchIndexUpdateData |
CmsVfsIndexer.getUpdateData(CmsSearchIndexSource source,
java.util.List<CmsPublishedResource> publishedResources) |
CmsSearchIndexUpdateData |
I_CmsIndexer.getUpdateData(CmsSearchIndexSource source,
java.util.List<CmsPublishedResource> publishedResources)
Calculates the data for an incremental search index update.
|
void |
CmsDependencyIndexer.rebuildIndex(I_CmsIndexWriter writer,
CmsIndexingThreadManager threadManager,
CmsSearchIndexSource source) |
void |
CmsVfsIndexer.rebuildIndex(I_CmsIndexWriter writer,
CmsIndexingThreadManager threadManager,
CmsSearchIndexSource source) |
void |
I_CmsIndexer.rebuildIndex(I_CmsIndexWriter writer,
CmsIndexingThreadManager threadManager,
CmsSearchIndexSource source)
Rebuilds the index for the given configured index source.
|
boolean |
CmsSearchManager.removeSearchIndexSource(CmsSearchIndexSource indexsource)
Removes this indexsource from the OpenCms configuration (if it is not used any more).
|
构造器和说明 |
---|
CmsSearchIndexUpdateData(CmsSearchIndexSource source,
I_CmsIndexer indexer)
Creates a new instance of an update collection.
|
限定符和类型 | 字段和说明 |
---|---|
protected CmsSearchIndexSource |
A_CmsEditIndexSourceDialog.m_indexsource
The user object that is edited on this dialog.
|