Package | Description |
---|---|
net.sf.mmm.search.api.config |
Contains the API of common search configurations.
|
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.indexer.api.config |
Contains the API of the configurations for the search-indexer.
|
net.sf.mmm.search.indexer.api.state |
Contains the API of the state for the search-indexer.
|
net.sf.mmm.search.indexer.base.config |
Contains the base-implementation of the
Search-Indexer Configuration API . |
net.sf.mmm.search.indexer.base.state |
Contains the base-implementation of the
Search-Indexer State API . |
net.sf.mmm.util.xml.base.jaxb |
Contains various
XmlAdapter for mapping of common data-types and
data-containers with JAXB. |
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
SearchConfiguration.DEFAULT_CONFIGURATION_URL . |
JaxbBeanHolder<? extends SearchConfiguration> |
SearchConfigurationLoader.loadConfiguration(String locationUrl)
This method reads the configuration from the given
location . |
Modifier and Type | Interface and Description |
---|---|
interface |
SearchEngineConfigurationHolder
This is the
SearchConfigurationHolder for the SearchEngineConfiguration . |
Modifier and Type | Class and Description |
---|---|
class |
SearchEngineConfigurationHolderImpl
This is the implementation of
SearchEngineConfigurationHolder . |
Modifier and Type | Interface and Description |
---|---|
interface |
SearchIndexerConfigurationHolder
This is the
SearchConfigurationHolder for the SearchIndexerConfiguration . |
Modifier and Type | Interface and Description |
---|---|
interface |
SearchIndexerStateHolder
This is the interface for a container
holding the
SearchIndexerState . |
Modifier and Type | Class and Description |
---|---|
class |
SearchIndexerConfigurationHolderImpl
This is the implementation of
SearchIndexerConfigurationHolder . |
Modifier and Type | Class and Description |
---|---|
class |
SearchIndexerStateHolderImpl
This is the implementation of
SearchIndexerStateHolder . |
Modifier and Type | Class and Description |
---|---|
class |
JaxbBeanHolderImpl<VIEW,BEAN extends VIEW>
This is the implementation of
JaxbBeanHolder . |
Copyright © 2001–2016 mmm-Team. All rights reserved.