|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.opencms.search.CmsSearchIndexSource
A search index source is a description of a list of Cms resources to be indexed.
| Constructor Summary | |
CmsSearchIndexSource()
Creates a new CmsSearchIndexSource. |
|
| Method Summary | |
void |
addConfigurationParameter(String key,
String value)
Adds a parameter. |
void |
addDocumentType(String key)
Adds the key/name of a document type. |
void |
addResourceName(String resourceName)
Adds the path of a Cms resource. |
List |
getDocumentTypes()
Returns the list of Cms resource types to be indexed. |
I_CmsIndexer |
getIndexer()
Returns the indexer. |
String |
getIndexerClassName()
Returns the class name of the indexer. |
String |
getName()
Returns the logical key/name of this search index source. |
String |
getParam(String key)
Returns the value for a specified parameter key. |
Map |
getParams()
Returns the map of optional key/value parameters. |
List |
getResourcesNames()
Returns the list of Cms resources to be indexed. |
void |
setDocumentTypes(List documentTypes)
Sets the list of Cms resource types to be indexed. |
void |
setIndexerClassName(String indexerClassName)
Sets the class name of the indexer. |
void |
setName(String name)
Sets the logical key/name of this search index source. |
void |
setParams(Map params)
Sets the map of optional key/value parameters. |
void |
setResourcesNames(List resources)
Sets the list of Cms resources to be indexed. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CmsSearchIndexSource()
| Method Detail |
public void addConfigurationParameter(String key,
String value)
key - the key/name of the parametervalue - the value of the parameterpublic void addDocumentType(String key)
key - the key/name of a document typepublic void addResourceName(String resourceName)
resourceName - the path of a Cms resourcepublic List getDocumentTypes()
public I_CmsIndexer getIndexer()
public String getIndexerClassName()
public String getName()
public String getParam(String key)
key - the parameter key/name
public Map getParams()
public List getResourcesNames()
public void setDocumentTypes(List documentTypes)
documentTypes - the list of Cms resource types to be indexedpublic void setIndexerClassName(String indexerClassName)
indexerClassName - the class name of the indexerpublic void setName(String name)
name - the logical key/name of this search index sourcepublic void setParams(Map params)
params - the map of optional key/value parameterspublic void setResourcesNames(List resources)
resources - the list of Cms resources to be indexed
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||