Package | Description |
---|---|
net.sf.mmm.search.indexer.api.state |
Contains the API of the state for the search-indexer.
|
net.sf.mmm.search.indexer.api.strategy |
Contains the API for the available (delta-)indexing strategies.
|
net.sf.mmm.search.indexer.base.state |
Contains the base-implementation of the
Search-Indexer State API . |
net.sf.mmm.search.indexer.base.strategy |
Contains the base-implementation for the available (delta-)indexing
strategies.
|
Modifier and Type | Method and Description |
---|---|
SearchIndexerSourceState |
SearchIndexerState.getSourceState(String source)
This method gets the
SearchIndexerSourceState for the given
source . |
Modifier and Type | Method and Description |
---|---|
SearchIndexerSourceState |
UpdateStrategyArguments.getSourceState()
This method gets the
SearchIndexerSourceState for the
source . |
Modifier and Type | Class and Description |
---|---|
class |
SearchIndexerSourceStateBean
This is the implementation of
SearchIndexerSourceState as JAXB-ready
Java-Bean. |
Modifier and Type | Method and Description |
---|---|
SearchIndexerSourceState |
SearchIndexerStateBean.getSourceState(String source)
This method gets the
SearchIndexerSourceState for the given
source . |
Modifier and Type | Field and Description |
---|---|
private SearchIndexerSourceState |
UpdateStrategyArgumentsBean.sourceState |
Modifier and Type | Method and Description |
---|---|
SearchIndexerSourceState |
UpdateStrategyArgumentsBean.getSourceState()
This method gets the
SearchIndexerSourceState for the
source . |
Modifier and Type | Method and Description |
---|---|
void |
UpdateStrategyArgumentsBean.setSourceState(SearchIndexerSourceState sourceState) |
Copyright © 2001–2016 mmm-Team. All rights reserved.