| 程序包 | 说明 |
|---|---|
| org.opencms.search |
Implements the main full text search and indexing functions available in OpenCms.
|
| org.opencms.search.fields |
These classes control the mapping of the OpenCms content to the Lucene search fields.
|
| org.opencms.search.solr | |
| org.opencms.setup.xml |
Contains classes to adapt xml configuration files when updating OpenCms.
|
| org.opencms.workplace.search |
Contains classes for the workplace search tool.
|
| org.opencms.workplace.tools.searchindex |
This package contains the tool classes for the management of search indexes and related administration views.
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
CmsSearchManager.removeSearchFieldMapping(CmsLuceneField field,
CmsSearchFieldMapping mapping)
Removes a search field mapping from the given field.
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.List<CmsLuceneField> |
CmsLuceneFieldConfiguration.getLuceneFields()
Returns a list of the concrete Lucene search fields.
|
| 构造器和说明 |
|---|
CmsSolrField(CmsLuceneField luceneField)
Public constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
A_CmsXmlSearch.createField(org.dom4j.Document document,
java.lang.String xpath,
CmsLuceneField field)
Creates a new field node.
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.List<CmsLuceneField> |
CmsSearchDialog.getFields()
Returns the list of searchable fields used in the workplace search index.
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected CmsLuceneField |
A_CmsFieldDialog.m_field
The user object that is edited on this dialog.
|