Package | Description |
---|---|
net.sf.mmm.search.api.config |
Contains the API of common search configurations.
|
net.sf.mmm.search.base.config |
Contains the base-implementation of common search configurations.
|
net.sf.mmm.search.indexer.api.config |
Contains the API of the configurations for the search-indexer.
|
net.sf.mmm.search.indexer.base.config |
Contains the base-implementation of the
Search-Indexer Configuration API . |
net.sf.mmm.search.view.api |
Contains the API of the view for the search.
|
net.sf.mmm.search.view.base |
Contains the base-implementation of the view for the search.
|
Modifier and Type | Method and Description |
---|---|
SearchSource |
SearchConfiguration.getSource(String id)
This method gets the
SearchSource with the given ID . |
Modifier and Type | Method and Description |
---|---|
Collection<? extends SearchSource> |
SearchConfiguration.getSources()
This method gets the
Collection of sources . |
Modifier and Type | Class and Description |
---|---|
class |
SearchSourceBean
This is the implementation of
SearchSource as JAXB-ready Java-Bean. |
Modifier and Type | Method and Description |
---|---|
Collection<? extends SearchSource> |
SearchConfigurationBean.getSources() |
Constructor and Description |
---|
SearchSourceBean(SearchSource template)
The copy constructor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SearchIndexerSource
This is the interface extends
SearchSource with configuration
required for the search-indexer. |
Modifier and Type | Class and Description |
---|---|
class |
SearchIndexerSourceBean
This is the implementation of
SearchIndexerSource as JAXB-ready
Java-Bean. |
Modifier and Type | Interface and Description |
---|---|
interface |
SearchSourceView
This interface represents the view on a
SearchSource . |
Modifier and Type | Class and Description |
---|---|
class |
SearchSourceViewBean
This is the implementation of
SearchSourceView . |
Constructor and Description |
---|
SearchSourceViewBean(SearchSource template)
The copy constructor.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.