Search-Indexer API
.See: Description
Interface | Description |
---|---|
IndexerDependencies |
This interface bundles the dependencies for the indexer.
|
Class | Description |
---|---|
AbstractConfiguredSearchIndexer |
This is the implementation of the
ConfiguredSearchIndexer . |
AbstractCountingEntryUpdateVisitor |
This is the abstract base implementation of the
CountingEntryUpdateVisitor interface. |
AbstractCountingEntryUpdateVisitor.Counter |
A simple counter (mutable
Integer object). |
AbstractMutableSearchEntry |
This is the abstract base implementation of the
MutableSearchEntry
interface. |
AbstractResourceSearchIndexer |
This is the abstract base-implementation of the
ResourceSearchIndexer
interface. |
AbstractSearchIndexer |
This is the abstract base implementation of the
SearchIndexer
interface. |
AbstractSearchIndexerBuilder |
This is the abstract base-implementation for the
SearchIndexerBuilder
interface. |
AbstractSearchIndexerMain |
This is the abstract base-class for a fully integrated main program that triggers the
search-indexer according to a given
configuration . |
CountingEntryUpdateVisitorCollector |
This is an implementation of the
EntryUpdateVisitor interface that collects
all visited URIs except for
ChangeType.REMOVE . |
CountingEntryUpdateVisitorDefault |
This is a default implementation of the
EntryUpdateVisitor interface. |
EntryUpdateVisitorDummy |
This is a dummy implementation of the
EntryUpdateVisitor interface. |
IndexerDependenciesImpl |
This is the implementation of the
IndexerDependencies . |
ResourceSearchIndexerImpl |
This is the implementation of
ResourceSearchIndexer . |
SearchIndexerOptionsBean |
This is the implementation of
SearchIndexerOptions as simple java
bean. |
Exception | Description |
---|---|
SearchAddFailedException |
This is the exception thrown from
SearchIndexer if the given entry
could NOT be added. |
SearchEntryIdImmutableException |
This is the exception thrown if the user tried to modify the
ID of a SearchEntry . |
SearchRemoveFailedException |
This is the exception thrown from
SearchIndexer if the given entry
has no ID set. |
SearchUpdateMissingIdException |
This is the exception thrown from
SearchIndexer.update(net.sf.mmm.search.indexer.api.MutableSearchEntry)
if the given entry has no ID set. |
Search-Indexer API
.
Search-Indexer API
.Copyright © 2001–2016 mmm-Team. All rights reserved.