Package | Description |
---|---|
net.sf.mmm.search.base |
Contains the base-implementation of common search infrastructure.
|
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.impl.lucene |
Contains the implementation of the search API using apache lucene.
|
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.base.state |
Contains the base-implementation of the
Search-Indexer State API . |
net.sf.mmm.search.indexer.impl |
Contains the generic part of the implementation of the
Search-Indexer API . |
net.sf.mmm.search.indexer.impl.lucene |
Contains the implementation of the
Search-Indexer API using apache lucene. |
net.sf.mmm.util.bean.impl | |
net.sf.mmm.util.cli.api |
Provides the API for utilities that help to build command-line-interfaces (CLI).
|
net.sf.mmm.util.cli.base |
Contains the base-implementation of utilities that help to build command-line-interfaces (CLI).
|
net.sf.mmm.util.cli.impl |
Contains the implementation of utilities that help to build command-line-interfaces (CLI).
|
net.sf.mmm.util.nls.base |
Contains the basis for implementations of the native language support (NLS) 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 | Class and Description |
---|---|
class |
AbstractSearchEntry
This is the abstract base implementation of the
SearchEntry interface. |
class |
BasicSearchEntry
This is the abstract base implementation of the
SearchEntry interface. |
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. |
class |
SearchHitImpl
This is the abstract base implementation of the
SearchHit interface. |
Modifier and Type | Class and Description |
---|---|
class |
SearchEngineConfigurationHolderImpl
This is the implementation of
SearchEngineConfigurationHolder . |
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 | Class and Description |
---|---|
class |
LuceneSearchEntry
This is the implementation of the
SearchEntry
interface using lucene as underlying search-engine. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMutableSearchEntry
This is the abstract base implementation of the
MutableSearchEntry
interface. |
class |
AbstractSearchIndexer
This is the abstract base implementation of the
SearchIndexer
interface. |
class |
AbstractSearchIndexerMain
This is the abstract base-class for a fully integrated main program that triggers the
search-indexer according to a given
configuration . |
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 |
SearchIndexerMain
This is the main program that triggers the
search-indexer according to a given configuration . |
Modifier and Type | Class and Description |
---|---|
class |
LuceneMutableSearchEntry
This is the implementation of the
MutableSearchEntry interface using
lucene as underlying search-engine. |
class |
LuceneSearchIndexer
This is the implementation of
SearchIndexer using lucene as
underlying search-engine. |
Modifier and Type | Class and Description |
---|---|
class |
BeanPrototypeBuilderImpl
Implementation of
BeanPrototypeBuilder . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMain
This is the abstract base class for a main-program.
|
class |
AbstractVersionedMain
This is the abstract base class for a
main-program that has a version. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCliParser
This is the abstract base-implementation of the
CliParser interface. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCliParser
This is the default implementation of the
CliParser interface. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNlsTemplate
This is the abstract base implementation of the
NlsTemplate interface. |
class |
AbstractResourceBundleCli
The abstract base class for a
CLI program to process NlsBundle s or
AbstractResourceBundle s for localization maintenance. |
class |
NlsBundleHelper
Helper class to deal with
NlsBundle interfaces. |
class |
NlsTemplateImpl
This class is the implementation of the
NlsTemplate interface. |
class |
NlsTemplateImplWithMessage
This class extends
NlsTemplateImpl with the
internationalized message as fallback. |
class |
ResourceBundleConverter
This class can be used to create and update the localized bundles (properties) from an
NlsBundle or
AbstractResourceBundle . |
class |
ResourceBundleSynchronizer
This class can be used to create and update the localized bundles (properties) from an
NlsBundle or
AbstractResourceBundle . |
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.