Package | Description |
---|---|
net.sf.mmm.search.indexer.base |
Contains the base-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.search.indexer.impl.spring |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSearchIndexerBuilder
This is the abstract base-implementation for the
SearchIndexerBuilder
interface. |
Modifier and Type | Field and Description |
---|---|
private SearchIndexerBuilder |
AbstractConfiguredSearchIndexer.searchIndexerManager |
Modifier and Type | Method and Description |
---|---|
protected SearchIndexerBuilder |
AbstractConfiguredSearchIndexer.getSearchIndexerManager() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractConfiguredSearchIndexer.setSearchIndexerManager(SearchIndexerBuilder searchIndexerManager) |
Modifier and Type | Class and Description |
---|---|
class |
LuceneSearchIndexerBuilder
This is the implementation of
SearchIndexerBuilder using lucene as underlying search-engine. |
Modifier and Type | Method and Description |
---|---|
SearchIndexerBuilder |
SearchIndexerSpringConfig.searchIndexerBuilder() |
Copyright © 2001–2016 mmm-Team. All rights reserved.