| Package | Description |
|---|---|
| net.sf.mmm.search.api.config |
Contains the API 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 |
Contains the base-implementation of 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.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.search.view.api |
Contains the API of the view for the search.
|
| net.sf.mmm.search.view.base |
Contains the base-implementation of the view for the search.
|
| net.sf.mmm.util.component.api |
Contains API to help implementing components.
|
| net.sf.mmm.util.component.impl |
Contains implementation of component-util.
|
| 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 | Interface and Description |
|---|---|
interface |
ManagedSearchEngine
This is the interface for a managed
SearchEngine. |
interface |
SearchQueryBuilder
This is the interface used to build
search-queries. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SearchEngineConfigurationHolder
This is the
SearchConfigurationHolder for the SearchEngineConfiguration. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSearchEngine
This is the abstract base implementation of the
ManagedSearchEngine interface. |
class |
AbstractSearchQueryBuilder
This is the abstract base implementation of the
SearchQueryBuilder interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
SearchEngineConfigurationHolderImpl
This is the implementation of
SearchEngineConfigurationHolder. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LuceneFieldManager
This is the interface for a manager that centralizes the behavior of fields
according to their
SearchFieldConfiguration for lucene. |
| Modifier and Type | Class and Description |
|---|---|
class |
LuceneFieldManagerImpl
This class centralizes the behavior of fields according to their
SearchFieldConfiguration for
lucene. |
class |
LuceneSearchEngine
This is the implementation of the
SearchEngine interface using lucene
as underlying search-engine. |
class |
LuceneSearchQueryBuilder
This is the implementation of the
SearchQueryBuilder interface using
lucene as underlying search-engine. |
| 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 | Interface and Description |
|---|---|
interface |
SearchViewLogic
This is the interface to access components and logic of the search.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSearchServlet
This is the abstract base implementation of the controller
servlet of the
search. |
class |
GenericSearchServlet
This is the controller
servlet for the search. |
| Modifier and Type | Method and Description |
|---|---|
void |
PeriodicRefresher.addRefreshable(Refreshable refreshable)
This method will register the given
refreshable so it will be refreshed
periodically. |
void |
PeriodicRefresher.removeRefreshable(Refreshable refreshable)
This method removes the given
refreshable from this PeriodicRefresher. |
| Modifier and Type | Field and Description |
|---|---|
private Set<Refreshable> |
PeriodicRefresherImpl.refreshableSet
The
Set of Refreshables. |
| Modifier and Type | Method and Description |
|---|---|
void |
PeriodicRefresherImpl.addRefreshable(Refreshable refreshable) |
void |
PeriodicRefresherImpl.removeRefreshable(Refreshable refreshable) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JaxbBeanHolder<T>
This class is a container
holding a JAXB bean. |
| 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.