public class EntryUpdateVisitorDummy extends Object implements EntryUpdateVisitor
EntryUpdateVisitor
interface.
It simply does nothing.Modifier and Type | Field and Description |
---|---|
static EntryUpdateVisitorDummy |
INSTANCE
The singleton instance.
|
Constructor and Description |
---|
EntryUpdateVisitorDummy()
The constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
visitIndexedEntryUri(String uri,
ChangeType changeType)
This method is called for each
resource during indexing
of a SearchSource . |
public static final EntryUpdateVisitorDummy INSTANCE
public void visitIndexedEntryUri(String uri, ChangeType changeType)
resource
during indexing
of a SearchSource
. It allows to
collect information for delta-indexing.visitIndexedEntryUri
in interface EntryUpdateVisitor
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.