| Package | Description |
|---|---|
| net.sf.mmm.search.indexer.api |
Provides the API of 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 |
Contains the base-implementation of the
Search-Indexer API. |
| net.sf.mmm.search.indexer.base.config |
Contains the base-implementation of the
Search-Indexer Configuration API. |
| net.sf.mmm.search.indexer.base.strategy |
Contains the base-implementation for the available (delta-)indexing
strategies.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfiguredSearchIndexer.index(SearchIndexerConfigurationHolder configurationHolder,
ConfiguredSearchIndexerOptions options)
This method performs the indexing for the given
configuration
and options. |
void |
ConfiguredSearchIndexer.index(SearchIndexerSource source,
ConfiguredSearchIndexerOptions options,
SearchIndexerStateHolder stateHolder,
SearchIndexer searchIndexer)
This method performs the indexing for the given
source. |
void |
ConfiguredSearchIndexer.index(String configurationLocation,
ConfiguredSearchIndexerOptions options)
This method reads the
SearchIndexerConfiguration
from the given configurationLocation and performs the
indexing. |
| Modifier and Type | Method and Description |
|---|---|
ConfiguredSearchIndexerOptions |
UpdateStrategyArguments.getOptions()
This method gets the
ConfiguredSearchIndexerOptions. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractConfiguredSearchIndexer.index(SearchIndexerConfigurationHolder configurationHolder,
ConfiguredSearchIndexerOptions options)
This method performs the indexing for the given
configuration
and options. |
void |
AbstractConfiguredSearchIndexer.index(SearchIndexerSource source,
ConfiguredSearchIndexerOptions options,
SearchIndexerStateHolder stateHolder,
SearchIndexer searchIndexer)
This method performs the indexing for the given
source. |
void |
AbstractConfiguredSearchIndexer.index(String configurationLocation,
ConfiguredSearchIndexerOptions options)
This method reads the
SearchIndexerConfiguration
from the given configurationLocation and performs the
indexing. |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfiguredSearchIndexerOptionsBean
This is the implementation of
ConfiguredSearchIndexerOptions as
simple java bean. |
| Modifier and Type | Field and Description |
|---|---|
private ConfiguredSearchIndexerOptions |
UpdateStrategyArgumentsBean.options |
| Modifier and Type | Method and Description |
|---|---|
ConfiguredSearchIndexerOptions |
UpdateStrategyArgumentsBean.getOptions()
This method gets the
ConfiguredSearchIndexerOptions. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateStrategyArgumentsBean.setOptions(ConfiguredSearchIndexerOptions options) |
Copyright © 2001–2016 mmm-Team. All rights reserved.