public interface SearchIndexerState
ConfiguredSearchIndexer
. It is used to
figure out the delta when updating the index.Modifier and Type | Method and Description |
---|---|
Date |
getIndexingDate()
This method gets the
Date when the index had been updated last
time. |
SearchIndexerSourceState |
getSourceState(String source)
This method gets the
SearchIndexerSourceState for the given
source . |
SearchIndexerSourceState getSourceState(String source)
SearchIndexerSourceState
for the given
source
. configured source
a source-state
will be
available.source
- is the
ID
of the
source
for which
the state is requested.SearchIndexerSourceState
of the given
source
or null
if no such state exists.Copyright © 2001–2016 mmm-Team. All rights reserved.