Package | Description |
---|---|
net.sf.mmm.search.indexer.api.strategy |
Contains the API for the available (delta-)indexing strategies.
|
net.sf.mmm.search.indexer.base.strategy |
Contains the base-implementation for the available (delta-)indexing
strategies.
|
net.sf.mmm.search.indexer.impl.spring | |
net.sf.mmm.search.indexer.impl.strategy |
Contains the implementation for the available (delta-)indexing strategies.
|
Modifier and Type | Method and Description |
---|---|
SearchIndexerUpdateStrategy |
SearchIndexerUpdateStrategyManager.getStrategy(SearchIndexerSource source)
This method will create the
SearchIndexerUpdateStrategy for the
given source . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCrawlingDeltaSearchIndexer
This is the abstract base implementation of
SearchIndexerUpdateStrategy
that recursively crawls
resources . |
class |
AbstractSearchIndexerUpdateStrategy
This is the abstract base-implementation of the
SearchIndexerUpdateStrategy interface. |
class |
BasicSearchIndexerUpdateStrategy
This class extends
AbstractSearchIndexerUpdateStrategy with a simple
implementation for BasicSearchIndexerUpdateStrategy.isResponsible(SearchIndexerSource) using a fixed
set of update-strategies . |
Modifier and Type | Field and Description |
---|---|
private List<? extends SearchIndexerUpdateStrategy> |
AbstractSearchIndexerUpdateStrategyManager.searchIndexerUpdateStrategies |
Modifier and Type | Method and Description |
---|---|
SearchIndexerUpdateStrategy |
AbstractSearchIndexerUpdateStrategyManager.getStrategy(SearchIndexerSource source)
This method will create the
SearchIndexerUpdateStrategy for the
given source . |
Modifier and Type | Method and Description |
---|---|
protected List<? extends SearchIndexerUpdateStrategy> |
AbstractSearchIndexerUpdateStrategyManager.createSearchIndexerUpdateStrategies()
This method creates the
List of strategies . |
protected List<? extends SearchIndexerUpdateStrategy> |
AbstractSearchIndexerUpdateStrategyManager.getSearchIndexerUpdateStrategies()
This method gets the
List of strategies . |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSearchIndexerUpdateStrategyManager.setSearchIndexerUpdateStrategies(List<SearchIndexerUpdateStrategy> searchIndexerUpdateStrategies) |
Modifier and Type | Method and Description |
---|---|
SearchIndexerUpdateStrategy |
SearchIndexerSpringConfig.searchIndexerUpdateStrategyLastModified() |
SearchIndexerUpdateStrategy |
SearchIndexerSpringConfig.searchIndexerUpdateStrategyNone() |
SearchIndexerUpdateStrategy |
SearchIndexerSpringConfig.searchIndexerUpdateStrategyVcs() |
Modifier and Type | Class and Description |
---|---|
class |
SearchIndexerUpdateStrategyLastModified
This is the implementation of the
SearchIndexerUpdateStrategy for
SearchIndexerSource.UPDATE_STRATEGY_VCS . |
class |
SearchIndexerUpdateStrategyNone
This is the implementation of the
SearchIndexerUpdateStrategy for
SearchIndexerSource.UPDATE_STRATEGY_NONE . |
class |
SearchIndexerUpdateStrategyVcs
This is the implementation of the
SearchIndexerUpdateStrategy for
SearchIndexerSource.UPDATE_STRATEGY_LAST_MODIFIED . |
Modifier and Type | Method and Description |
---|---|
protected List<? extends SearchIndexerUpdateStrategy> |
DefaultSearchIndexerUpdateStrategyManager.createSearchIndexerUpdateStrategies()
This method creates the
List of strategies . |
Copyright © 2001–2016 mmm-Team. All rights reserved.