public interface SearchIndexerSourceState
ConfiguredSearchIndexer
for a
particular source
.SearchIndexerState
Modifier and Type | Method and Description |
---|---|
Date |
getIndexingDate()
|
SearchIndexerDataLocationState |
getLocationState(String location)
This method gets the
state for the
given location . |
String |
getSource()
|
void |
setIndexingDate(Date indexingDate)
This method sets the
indexing-date . |
Date getIndexingDate()
null
if the
source
has NOT yet been indexed.void setIndexingDate(Date indexingDate)
indexing-date
. It should be
called after the source
has been completely updated in
the search-index.indexingDate
- is the new indexing-date.SearchIndexerDataLocationState getLocationState(String location)
state
for the
given location
. configured data-location
a SearchIndexerDataLocationState
will be
available.location
- is the
location
of the
data-location
for which the state is requested.SearchIndexerDataLocationState
of the given
location
or null
if no such state exists.Copyright © 2001–2016 mmm-Team. All rights reserved.