public interface UpdateStrategyArguments
SearchIndexerUpdateStrategy
. It encapsulates the state of indexing
and thereby allows a SearchIndexerUpdateStrategy
to be stateless and
thread-safe.Modifier and Type | Method and Description |
---|---|
MutableGenericContext |
getContext()
This method gets the
MutableGenericContext . |
SearchIndexer |
getIndexer()
This method gets the
SearchIndexer . |
ConfiguredSearchIndexerOptions |
getOptions()
This method gets the
ConfiguredSearchIndexerOptions . |
SearchIndexerSource |
getSource()
This method gets the
SearchIndexerSource to index (incremental)
according to its update-type . |
SearchIndexerSourceState |
getSourceState()
This method gets the
SearchIndexerSourceState for the
source . |
MutableGenericContext getContext()
MutableGenericContext
.MutableGenericContext
.SearchIndexer getIndexer()
SearchIndexer
.SearchIndexer
.ConfiguredSearchIndexerOptions getOptions()
ConfiguredSearchIndexerOptions
.ConfiguredSearchIndexerOptions
.SearchIndexerSource getSource()
SearchIndexerSource
to index (incremental)
according to its update-type
.SearchIndexerSource
.SearchIndexerSourceState getSourceState()
SearchIndexerSourceState
for the
source
.SearchIndexerSourceState
.Copyright © 2001–2016 mmm-Team. All rights reserved.