Package | Description |
---|---|
net.sf.mmm.search.indexer.api |
Provides the API of the Search-Indexer.
|
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 | Interface and Description |
---|---|
interface |
CountingEntryUpdateVisitor
This interface extends
EntryUpdateVisitor with a little statistic of
the counts of the different changes . |
Modifier and Type | Method and Description |
---|---|
void |
ResourceSearchIndexer.index(SearchIndexer indexer,
DataResource resource,
ChangeType changeType,
SearchIndexerDataLocation location,
EntryUpdateVisitor uriVisitor)
This method indexes a single
DataResource . |
void |
ResourceSearchIndexer.index(SearchIndexer indexer,
DataResource resource,
ChangeType changeType,
SearchIndexerDataLocation location,
EntryUpdateVisitor uriVisitor,
DataResource locationFolder)
This method indexes a single
DataResource . |
void |
ResourceSearchIndexer.index(SearchIndexer indexer,
DataResource resource,
ChangeType changeType,
SearchIndexerDataLocation location,
EntryUpdateVisitor uriVisitor,
DataResource locationFolder,
String nonUtfEncoding)
This method indexes a single
DataResource . |
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. |
class |
EntryUpdateVisitorDummy
This is a dummy implementation of the
EntryUpdateVisitor interface. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractResourceSearchIndexer.index(SearchIndexer indexer,
DataResource resource,
ChangeType changeType,
SearchIndexerDataLocation location,
EntryUpdateVisitor uriVisitor)
This method indexes a single
DataResource . |
void |
AbstractResourceSearchIndexer.index(SearchIndexer indexer,
DataResource resource,
ChangeType changeType,
SearchIndexerDataLocation location,
EntryUpdateVisitor uriVisitor,
DataResource locationFolder)
This method indexes a single
DataResource . |
void |
ResourceSearchIndexerImpl.index(SearchIndexer indexer,
DataResource resource,
ChangeType changeType,
SearchIndexerDataLocation location,
EntryUpdateVisitor uriVisitor,
DataResource locationResource,
String nonUtfEncoding)
This method indexes a single
DataResource . |
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractSearchIndexerUpdateStrategy.index(UpdateStrategyArguments arguments,
SearchIndexerDataLocation location,
EntryUpdateVisitor entryUpdateVisitor)
This method indexes as single
location . |
void |
AbstractCrawlingDeltaSearchIndexer.index(UpdateStrategyArguments arguments,
SearchIndexerDataLocation location,
EntryUpdateVisitor entryUpdateVisitor)
This method indexes as single
location . |
void |
AbstractSearchIndexerUpdateStrategy.indexRecursive(UpdateStrategyArguments arguments,
SearchIndexerDataLocation location,
BrowsableResource resource,
Set<String> visitedResources,
EntryUpdateVisitor entryUpdateVisitor,
BrowsableResource locationResource)
This method starts the indexing from the given
directory
adding the given source as metadata. |
void |
AbstractSearchIndexerUpdateStrategy.indexRecursive(UpdateStrategyArguments arguments,
SearchIndexerDataLocation location,
EntryUpdateVisitor entryUpdateVisitor)
|
Modifier and Type | Method and Description |
---|---|
void |
SearchIndexerUpdateStrategyVcs.index(UpdateStrategyArguments arguments,
SearchIndexerDataLocation location,
EntryUpdateVisitor entryUpdateVisitor)
This method indexes as single
location . |
Copyright © 2001–2016 mmm-Team. All rights reserved.