Package | Description |
---|---|
net.sf.mmm.search.base.config |
Contains the base-implementation of common search configurations.
|
net.sf.mmm.search.indexer.base.config |
Contains the base-implementation of the
Search-Indexer Configuration API . |
net.sf.mmm.search.view.base |
Contains the base-implementation of the view for the search.
|
Modifier and Type | Field and Description |
---|---|
private Map<String,SearchSourceBean> |
SearchConfigurationBean.sourceMap |
private List<SearchSourceBean> |
SearchConfigurationBean.sources |
Modifier and Type | Method and Description |
---|---|
SearchSourceBean |
SearchConfigurationBean.getSource(String id)
This method gets the
SearchSource with the given ID . |
Modifier and Type | Method and Description |
---|---|
protected Map<String,SearchSourceBean> |
SearchConfigurationBean.getSourceMap() |
Modifier and Type | Method and Description |
---|---|
void |
SearchConfigurationBean.setSources(List<SearchSourceBean> sources) |
Modifier and Type | Class and Description |
---|---|
class |
SearchIndexerSourceBean
This is the implementation of
SearchIndexerSource as JAXB-ready
Java-Bean. |
Modifier and Type | Class and Description |
---|---|
class |
SearchSourceViewBean
This is the implementation of
SearchSourceView . |
Copyright © 2001–2016 mmm-Team. All rights reserved.