Package | Description |
---|---|
net.sf.mmm.search.engine.api |
Provides the API of the search-engine.
|
net.sf.mmm.search.engine.api.config |
Contains the API of configurations for the search-engine.
|
net.sf.mmm.search.engine.base.config |
Contains the base-implementation of configurations for the search-engine.
|
net.sf.mmm.search.engine.impl.lucene |
Contains the implementation of search-engine using apache lucene.
|
net.sf.mmm.search.view.base |
Contains the base-implementation of the view for the search.
|
Modifier and Type | Method and Description |
---|---|
ManagedSearchEngine |
SearchEngineBuilder.createSearchEngine(SearchEngineConfigurationHolder configurationHolder)
This method creates a
ManagedSearchEngine for the given configuration . |
Modifier and Type | Method and Description |
---|---|
SearchEngineConfigurationHolder |
SearchEngineConfigurationLoader.loadConfiguration()
This method reads the configuration from
SearchConfiguration.DEFAULT_CONFIGURATION_URL . |
SearchEngineConfigurationHolder |
SearchEngineConfigurationLoader.loadConfiguration(String locationUrl)
This method reads the configuration from the given
location . |
Modifier and Type | Class and Description |
---|---|
class |
SearchEngineConfigurationHolderImpl
This is the implementation of
SearchEngineConfigurationHolder . |
Modifier and Type | Method and Description |
---|---|
SearchEngineConfigurationHolder |
SearchEngineConfigurationLoaderImpl.loadConfiguration()
This method reads the configuration from
SearchConfiguration.DEFAULT_CONFIGURATION_URL . |
SearchEngineConfigurationHolder |
SearchEngineConfigurationLoaderImpl.loadConfiguration(String locationUrl)
This method reads the configuration from the given
location . |
Modifier and Type | Method and Description |
---|---|
ManagedSearchEngine |
LuceneSearchEngineBuilder.createSearchEngine(SearchEngineConfigurationHolder configurationHolder)
This method creates a
ManagedSearchEngine for the given configuration . |
Modifier and Type | Field and Description |
---|---|
private SearchEngineConfigurationHolder |
AbstractSearchServlet.configurationHolder |
Copyright © 2001–2016 mmm-Team. All rights reserved.