Package | Description |
---|---|
net.sf.mmm.search.indexer.api |
Provides the API of 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 |
Contains the base-implementation of the
Search-Indexer 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 |
ConfiguredSearchIndexer.index(SearchIndexerSource source,
ConfiguredSearchIndexerOptions options,
SearchIndexerStateHolder stateHolder,
SearchIndexer searchIndexer)
This method performs the indexing for the given
source . |
Modifier and Type | Method and Description |
---|---|
SearchIndexerStateHolder |
SearchIndexerStateLoader.load(SearchIndexerConfiguration indexerConfiguration)
This method loads the
SearchIndexerState . |
Modifier and Type | Method and Description |
---|---|
void |
AbstractConfiguredSearchIndexer.index(SearchIndexerSource source,
ConfiguredSearchIndexerOptions options,
SearchIndexerStateHolder stateHolder,
SearchIndexer searchIndexer)
This method performs the indexing for the given
source . |
Modifier and Type | Class and Description |
---|---|
class |
SearchIndexerStateHolderImpl
This is the implementation of
SearchIndexerStateHolder . |
Modifier and Type | Method and Description |
---|---|
SearchIndexerStateHolder |
SearchIndexerStateLoaderImpl.load(SearchIndexerConfiguration indexerConfiguration)
This method loads the
SearchIndexerState . |
Copyright © 2001–2016 mmm-Team. All rights reserved.