@ComponentSpecification(plugin=true) public interface SearchIndexerUpdateStrategy
SearchIndexerUpdateStrategyManager
Modifier and Type | Method and Description |
---|---|
void |
index(UpdateStrategyArguments arguments)
This method performs the actual indexing.
|
boolean |
isResponsible(SearchIndexerSource source)
This method determines if this
SearchIndexerUpdateStrategy is
responsible for indexing the given
source . |
boolean isResponsible(SearchIndexerSource source)
SearchIndexerUpdateStrategy
is
responsible for indexing
the given
source
. update-strategy
matches a
specific value.source
- is the SearchIndexerSource
to index (incremental)
according to its update-type
.true
SearchIndexerUpdateStrategyManager.getStrategy(SearchIndexerSource)
void index(UpdateStrategyArguments arguments)
arguments
- are the UpdateStrategyArguments
for the indexing.Copyright © 2001–2016 mmm-Team. All rights reserved.