Package | Description |
---|---|
net.sf.mmm.search.indexer.base |
Contains the base-implementation of the
Search-Indexer API . |
net.sf.mmm.search.indexer.base.strategy |
Contains the base-implementation for the available (delta-)indexing
strategies.
|
net.sf.mmm.search.indexer.impl.strategy |
Contains the implementation for the available (delta-)indexing strategies.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCountingEntryUpdateVisitor
This is the abstract base implementation of the
CountingEntryUpdateVisitor interface. |
class |
CountingEntryUpdateVisitorCollector
This is an implementation of the
EntryUpdateVisitor interface that collects
all visited URIs except for
ChangeType.REMOVE . |
class |
CountingEntryUpdateVisitorDefault
This is a default implementation of the
EntryUpdateVisitor interface. |
Modifier and Type | Method and Description |
---|---|
protected CountingEntryUpdateVisitor |
AbstractSearchIndexerUpdateStrategy.createEntryUpdateVisitor()
This method creates the
CountingEntryUpdateVisitor to use. |
protected CountingEntryUpdateVisitor |
AbstractSearchIndexerUpdateStrategy.getEntryUpdateVisitor(UpdateStrategyArguments arguments)
This method gets the
CountingEntryUpdateVisitor to use. |
Modifier and Type | Method and Description |
---|---|
protected CountingEntryUpdateVisitor |
SearchIndexerUpdateStrategyLastModified.createEntryUpdateVisitor()
This method creates the
CountingEntryUpdateVisitor to use. |
Copyright © 2001–2016 mmm-Team. All rights reserved.