Package | Description |
---|---|
net.sf.mmm.search.indexer.api |
Provides the API of the Search-Indexer.
|
net.sf.mmm.search.indexer.api.config |
Contains the API of the configurations for the search-indexer.
|
net.sf.mmm.search.indexer.base |
Contains the base-implementation of the
Search-Indexer API . |
net.sf.mmm.search.indexer.base.config |
Contains the base-implementation of the
Search-Indexer Configuration 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 | Method and Description |
---|---|
void |
ResourceSearchIndexer.index(SearchIndexer indexer,
DataResource resource,
ChangeType changeType,
SearchIndexerDataLocation location)
This method indexes a single
DataResource . |
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 | Method and Description |
---|---|
List<? extends SearchIndexerDataLocation> |
SearchIndexerSource.getLocations()
This method gets the
List of directories . |
Modifier and Type | Method and Description |
---|---|
protected String |
AbstractResourceSearchIndexer.getEntryUri(DataResource resource,
SearchIndexerDataLocation location,
DataResource locationResource)
This method determines the
entry URI for the given
resourceUri . |
void |
AbstractResourceSearchIndexer.index(SearchIndexer indexer,
DataResource resource,
ChangeType changeType,
SearchIndexerDataLocation location)
This method indexes a single
DataResource . |
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 | Class and Description |
---|---|
class |
SearchIndexerDataLocationBean
This is the implementation of
SearchIndexerDataLocation as JAXB-ready
Java-Bean. |
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.