See: Description
Interface | Description |
---|---|
SearchIndexerUpdateStrategy |
This is the interface for the actual strategy used for the (delta-)indexing
of content.
|
SearchIndexerUpdateStrategyManager |
This is the interface for the component used to
get the proper
SearchIndexerUpdateStrategy . |
UpdateStrategyArguments |
This is the interface with the properties required for the
SearchIndexerUpdateStrategy . |
SearchIndexerUpdateStrategy
abstracts from the implementation of the indexing strategy. Multiple
implementations are available from full re-indexing every time up to
strategies that figure out which files have been added, modified and deleted
since the last indexing and perform according delta-indexing. update-strategy
in the SearchConfiguration
.Copyright © 2001–2016 mmm-Team. All rights reserved.