Package | Description |
---|---|
net.sf.mmm.search.indexer.api |
Provides the API of the Search-Indexer.
|
net.sf.mmm.search.indexer.api.strategy |
Contains the API for the available (delta-)indexing strategies.
|
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.lucene |
Contains the implementation of the
Search-Indexer API using apache lucene. |
Modifier and Type | Method and Description |
---|---|
SearchIndexer |
SearchIndexerBuilder.createIndexer(SearchIndexerConfigurationHolder configurationHolder)
This method opens a new
SearchIndexer . |
SearchIndexer |
SearchIndexerBuilder.createIndexer(SearchIndexerConfigurationHolder configurationHolder,
SearchIndexerOptions options)
This method opens a new
SearchIndexer . |
SearchIndexer |
SearchIndexerBuilder.createIndexer(String dataSource,
SearchIndexerOptions options)
This method opens a new
SearchIndexer . |
Modifier and Type | Method and Description |
---|---|
MutableSearchEntry |
ResourceSearchIndexer.createEntry(SearchIndexer indexer,
DataResource resource,
String resourceUri)
This method creates a
MutableSearchEntry for a single DataResource . |
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 . |
void |
ConfiguredSearchIndexer.index(SearchIndexerSource source,
ConfiguredSearchIndexerOptions options,
SearchIndexerStateHolder stateHolder,
SearchIndexer searchIndexer)
This method performs the indexing for the given
source . |
Modifier and Type | Method and Description |
---|---|
SearchIndexer |
UpdateStrategyArguments.getIndexer()
This method gets the
SearchIndexer . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSearchIndexer
This is the abstract base implementation of the
SearchIndexer
interface. |
Modifier and Type | Method and Description |
---|---|
SearchIndexer |
AbstractSearchIndexerBuilder.createIndexer(SearchIndexerConfigurationHolder configurationHolder)
This method opens a new
SearchIndexer . |
SearchIndexer |
AbstractSearchIndexerBuilder.createIndexer(String dataSource,
SearchIndexerOptions options)
This method opens a new
SearchIndexer . |
Modifier and Type | Method and Description |
---|---|
MutableSearchEntry |
ResourceSearchIndexerImpl.createEntry(SearchIndexer indexer,
DataResource resource,
String resourceUri)
This method creates a
MutableSearchEntry for a single DataResource . |
protected MutableSearchEntry |
ResourceSearchIndexerImpl.createEntry(SearchIndexer indexer,
DataResource resource,
String resourceUri,
ContentParserOptions options) |
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 . |
void |
AbstractConfiguredSearchIndexer.index(SearchIndexerSource source,
ConfiguredSearchIndexerOptions options,
SearchIndexerStateHolder stateHolder,
SearchIndexer searchIndexer)
This method performs the indexing for the given
source . |
Modifier and Type | Field and Description |
---|---|
private SearchIndexer |
UpdateStrategyArgumentsBean.indexer |
Modifier and Type | Method and Description |
---|---|
SearchIndexer |
UpdateStrategyArgumentsBean.getIndexer()
This method gets the
SearchIndexer . |
Modifier and Type | Method and Description |
---|---|
void |
UpdateStrategyArgumentsBean.setIndexer(SearchIndexer indexer) |
Modifier and Type | Class and Description |
---|---|
class |
LuceneSearchIndexer
This is the implementation of
SearchIndexer using lucene as
underlying search-engine. |
Modifier and Type | Method and Description |
---|---|
SearchIndexer |
LuceneSearchIndexerBuilder.createIndexer(SearchIndexerConfigurationHolder configurationHolder,
SearchIndexerOptions options)
This method opens a new
SearchIndexer . |
Copyright © 2001–2016 mmm-Team. All rights reserved.