Package | Description |
---|---|
net.sf.mmm.search.indexer.api |
Provides the API of the Search-Indexer.
|
net.sf.mmm.search.indexer.api.config |
Contains the API of the configurations for the search-indexer.
|
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.impl.lucene |
Contains the implementation of the
Search-Indexer API using apache lucene. |
Modifier and Type | Method and Description |
---|---|
SearchIndexer |
SearchIndexerBuilder.createIndexer(SearchIndexerConfigurationHolder configurationHolder,
SearchIndexerOptions options)
This method opens a new
SearchIndexer . |
SearchIndexer |
SearchIndexerBuilder.createIndexer(String dataSource,
SearchIndexerOptions options)
This method opens a new
SearchIndexer . |
Modifier and Type | Interface and Description |
---|---|
interface |
ConfiguredSearchIndexerOptions
This is the interface for the additional options to use for the
ConfiguredSearchIndexer . |
Modifier and Type | Class and Description |
---|---|
class |
SearchIndexerOptionsBean
This is the implementation of
SearchIndexerOptions as simple java
bean. |
Modifier and Type | Method and Description |
---|---|
SearchIndexer |
AbstractSearchIndexerBuilder.createIndexer(String dataSource,
SearchIndexerOptions options)
This method opens a new
SearchIndexer . |
Modifier and Type | Class and Description |
---|---|
class |
ConfiguredSearchIndexerOptionsBean
This is the implementation of
ConfiguredSearchIndexerOptions as
simple java bean. |
Modifier and Type | Method and Description |
---|---|
SearchIndexer |
LuceneSearchIndexerBuilder.createIndexer(SearchIndexerConfigurationHolder configurationHolder,
SearchIndexerOptions options)
This method opens a new
SearchIndexer . |
Copyright © 2001–2016 mmm-Team. All rights reserved.