public interface EntryUpdateVisitor
Modifier and Type | Method and Description |
---|---|
void |
visitIndexedEntryUri(String uri,
ChangeType changeType)
This method is called for each
resource during indexing
of a SearchSource . |
void visitIndexedEntryUri(String uri, ChangeType changeType)
resource
during indexing
of a SearchSource
. It allows to
collect information for delta-indexing.uri
- is the URI
of
of the SearchEntry
that is updated or
remains untouched during indexing.changeType
- indicates the change for the
SearchEntry
. Can also be
null
for no change.ResourceSearchIndexer.index(SearchIndexer,
net.sf.mmm.util.resource.api.DataResource, ChangeType,
net.sf.mmm.search.indexer.api.config.SearchIndexerDataLocation,
EntryUpdateVisitor)
Copyright © 2001–2016 mmm-Team. All rights reserved.