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.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 . |
void |
ConfiguredSearchIndexer.index(SearchIndexerConfigurationHolder configurationHolder)
This method performs the indexing of all
sources given by configuration . |
void |
ConfiguredSearchIndexer.index(SearchIndexerConfigurationHolder configurationHolder,
ConfiguredSearchIndexerOptions options)
This method performs the indexing for the given
configuration
and options . |
Modifier and Type | Method and Description |
---|---|
SearchIndexerConfigurationHolder |
SearchIndexerConfigurationLoader.loadConfiguration()
This method reads the configuration from
SearchConfiguration.DEFAULT_CONFIGURATION_URL . |
SearchIndexerConfigurationHolder |
SearchIndexerConfigurationLoader.loadConfiguration(String locationUrl)
This method reads the configuration from the given
location . |
Modifier and Type | Method and Description |
---|---|
SearchIndexer |
AbstractSearchIndexerBuilder.createIndexer(SearchIndexerConfigurationHolder configurationHolder)
This method opens a new
SearchIndexer . |
void |
AbstractConfiguredSearchIndexer.index(SearchIndexerConfigurationHolder configurationHolder)
This method performs the indexing of all
sources given by configuration . |
void |
AbstractConfiguredSearchIndexer.index(SearchIndexerConfigurationHolder configurationHolder,
ConfiguredSearchIndexerOptions options)
This method performs the indexing for the given
configuration
and options . |
Modifier and Type | Class and Description |
---|---|
class |
SearchIndexerConfigurationHolderImpl
This is the implementation of
SearchIndexerConfigurationHolder . |
Modifier and Type | Method and Description |
---|---|
SearchIndexerConfigurationHolder |
SearchIndexerConfigurationLoaderImpl.loadConfiguration()
This method reads the configuration from
SearchConfiguration.DEFAULT_CONFIGURATION_URL . |
SearchIndexerConfigurationHolder |
SearchIndexerConfigurationLoaderImpl.loadConfiguration(String locationUrl)
This method reads the configuration from the given
location . |
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.