Package | Description |
---|---|
net.sf.mmm.search.api.config |
Contains the API of common search configurations.
|
net.sf.mmm.search.base.config |
Contains the base-implementation of common search configurations.
|
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.indexer.api.config |
Contains the API of the configurations for the search-indexer.
|
net.sf.mmm.search.indexer.base.config |
Contains the base-implementation of the
Search-Indexer Configuration API . |
Modifier and Type | Interface and Description |
---|---|
interface |
SearchConfigurationHolder<T extends SearchConfiguration>
This is the interface for a container
holding the SearchConfiguration . |
Modifier and Type | Method and Description |
---|---|
JaxbBeanHolder<? extends SearchConfiguration> |
SearchConfigurationLoader.loadConfiguration()
This method reads the configuration from
DEFAULT_CONFIGURATION_URL . |
JaxbBeanHolder<? extends SearchConfiguration> |
SearchConfigurationLoader.loadConfiguration(String locationUrl)
This method reads the configuration from the given
location . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSearchConfigurationBean
This is the abstract base-implementation of
SearchConfiguration as JAXB-ready Java-Bean. |
class |
SearchConfigurationBean
This is the implementation of
SearchConfiguration as JAXB-ready
Java-Bean. |
Modifier and Type | Method and Description |
---|---|
SearchQueryBuilder |
SearchQueryBuilderFactory.createQueryBuilder(SearchConfigurationHolder<? extends SearchConfiguration> configurationHolder)
This method will create a new
SearchQueryBuilder . |
Modifier and Type | Interface and Description |
---|---|
interface |
SearchEngineConfiguration
This is the interface for the configuration of the
SearchEngine . |
Modifier and Type | Class and Description |
---|---|
class |
SearchEngineConfigurationBean
This is the implementation of
SearchEngineConfiguration as JAXB-ready Java-Bean. |
Modifier and Type | Field and Description |
---|---|
private SearchConfigurationHolder<? extends SearchConfiguration> |
LuceneFieldManagerImpl.configurationHolder |
Modifier and Type | Method and Description |
---|---|
SearchConfigurationHolder<? extends SearchConfiguration> |
LuceneFieldManagerImpl.getConfigurationHolder()
This method gets the
SearchConfigurationHolder . |
SearchConfigurationHolder<? extends SearchConfiguration> |
LuceneFieldManager.getConfigurationHolder()
This method gets the
SearchConfigurationHolder . |
Modifier and Type | Method and Description |
---|---|
LuceneFieldManager |
LuceneFieldManagerFactoryImpl.createFieldManager(SearchConfigurationHolder<? extends SearchConfiguration> configurationHolder)
This method creates a new
LuceneFieldManager instance for the given configuration . |
LuceneFieldManager |
LuceneFieldManagerFactory.createFieldManager(SearchConfigurationHolder<? extends SearchConfiguration> configurationHolder)
This method creates a new
LuceneFieldManager instance for the given configuration . |
LuceneSearchQueryBuilder |
LuceneSearchQueryBuilderFactory.createQueryBuilder(SearchConfigurationHolder<? extends SearchConfiguration> configurationHolder)
This method will create a new
SearchQueryBuilder . |
ManagedSearchEngine |
LuceneSearchEngineBuilder.createSearchEngine(org.apache.lucene.index.IndexReader indexReader,
SearchConfigurationHolder<? extends SearchConfiguration> configurationHolder,
PeriodicRefresher refresher)
This method creates a
ManagedSearchEngine for an existing IndexReader . |
Constructor and Description |
---|
LuceneFieldManagerImpl(SearchConfigurationHolder<? extends SearchConfiguration> configurationHolder,
org.apache.lucene.analysis.Analyzer analyzer,
Iso8601Util iso8601Util)
The constructor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SearchIndexerConfiguration
This is the interface for the configuration of the
SearchIndexer . |
Modifier and Type | Class and Description |
---|---|
class |
SearchIndexerConfigurationBean
This is the implementation of
SearchIndexerConfiguration as
JAXB-ready Java-Bean. |
Copyright © 2001–2016 mmm-Team. All rights reserved.