| Package | Description |
|---|---|
| net.sf.mmm.search.indexer.api.config |
Contains the API of the configurations for the search-indexer.
|
| net.sf.mmm.search.indexer.api.state |
Contains the API of the state 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.indexer.base.state |
Contains the base-implementation of the
Search-Indexer State API. |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchIndexerConfigurationLoader.validateConfiguration(SearchIndexerConfiguration configuration)
This method validates the given
configuration according to logical constraints. |
| Modifier and Type | Method and Description |
|---|---|
SearchIndexerStateHolder |
SearchIndexerStateLoader.load(SearchIndexerConfiguration indexerConfiguration)
This method loads the
SearchIndexerState. |
| Modifier and Type | Class and Description |
|---|---|
class |
SearchIndexerConfigurationBean
This is the implementation of
SearchIndexerConfiguration as
JAXB-ready Java-Bean. |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchIndexerConfigurationLoaderImpl.validateConfiguration(SearchIndexerConfiguration configuration)
This method validates the given
configuration according to logical constraints. |
| Modifier and Type | Method and Description |
|---|---|
SearchIndexerStateHolder |
SearchIndexerStateLoaderImpl.load(SearchIndexerConfiguration indexerConfiguration)
This method loads the
SearchIndexerState. |
Copyright © 2001–2016 mmm-Team. All rights reserved.