| Package | Description |
|---|---|
| net.sf.mmm.search.indexer.api |
Provides the API of the Search-Indexer.
|
| net.sf.mmm.search.indexer.api.config |
Contains the API of the configurations 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 |
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(SearchIndexerSource source,
ConfiguredSearchIndexerOptions options,
SearchIndexerStateHolder stateHolder,
SearchIndexer searchIndexer)
This method performs the indexing for the given
source. |
| Modifier and Type | Method and Description |
|---|---|
SearchIndexerSource |
SearchIndexerDataLocation.getSource()
This method gets the
Source associated with
this directory. |
SearchIndexerSource |
SearchIndexerConfiguration.getSource(String id)
This method gets the
SearchSource with the given ID. |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends SearchIndexerSource> |
SearchIndexerConfiguration.getSources()
This method gets the
Collection of sources. |
| Modifier and Type | Method and Description |
|---|---|
SearchIndexerSource |
UpdateStrategyArguments.getSource()
This method gets the
SearchIndexerSource to index (incremental)
according to its update-type. |
| Modifier and Type | Method and Description |
|---|---|
SearchIndexerUpdateStrategy |
SearchIndexerUpdateStrategyManager.getStrategy(SearchIndexerSource source)
This method will create the
SearchIndexerUpdateStrategy for the
given source. |
boolean |
SearchIndexerUpdateStrategy.isResponsible(SearchIndexerSource source)
This method determines if this
SearchIndexerUpdateStrategy is
responsible for indexing the given
source. |
| 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 |
SearchIndexerSourceBean
This is the implementation of
SearchIndexerSource as JAXB-ready
Java-Bean. |
| Modifier and Type | Method and Description |
|---|---|
SearchIndexerSource |
SearchIndexerDataLocationBean.getSource()
This method gets the
Source associated with
this directory. |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends SearchIndexerSource> |
SearchIndexerConfigurationBean.getSources() |
| Modifier and Type | Field and Description |
|---|---|
private SearchIndexerSource |
UpdateStrategyArgumentsBean.source |
| Modifier and Type | Method and Description |
|---|---|
SearchIndexerSource |
UpdateStrategyArgumentsBean.getSource()
This method gets the
SearchIndexerSource to index (incremental)
according to its update-type. |
| Modifier and Type | Method and Description |
|---|---|
SearchIndexerUpdateStrategy |
AbstractSearchIndexerUpdateStrategyManager.getStrategy(SearchIndexerSource source)
This method will create the
SearchIndexerUpdateStrategy for the
given source. |
boolean |
BasicSearchIndexerUpdateStrategy.isResponsible(SearchIndexerSource source)
This method determines if this
SearchIndexerUpdateStrategy is
responsible for indexing the given
source. |
void |
UpdateStrategyArgumentsBean.setSource(SearchIndexerSource source) |
Copyright © 2001–2016 mmm-Team. All rights reserved.