| Package | Description |
|---|---|
| net.sf.mmm.search.indexer.base.strategy |
Contains the base-implementation for the available (delta-)indexing
strategies.
|
| net.sf.mmm.search.indexer.impl.strategy |
Contains the implementation for the available (delta-)indexing strategies.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCrawlingDeltaSearchIndexer
This is the abstract base implementation of
SearchIndexerUpdateStrategy
that recursively crawls
resources. |
| 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. |
Copyright © 2001–2016 mmm-Team. All rights reserved.