Package | Description |
---|---|
net.sf.mmm.search.engine.api |
Provides the API of the search-engine.
|
net.sf.mmm.search.engine.base |
Contains the base-implementation of search-engine.
|
net.sf.mmm.search.engine.impl.lucene |
Contains the implementation of search-engine using apache lucene.
|
net.sf.mmm.search.indexer.api |
Provides the API of the Search-Indexer.
|
net.sf.mmm.search.indexer.impl.lucene |
Contains the implementation of the
Search-Indexer API using apache lucene. |
Modifier and Type | Interface and Description |
---|---|
interface |
ManagedSearchEngine
This is the interface for a managed
SearchEngine . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSearchEngine
This is the abstract base implementation of the
ManagedSearchEngine interface. |
Modifier and Type | Class and Description |
---|---|
class |
LuceneSearchEngine
This is the implementation of the
SearchEngine interface using lucene
as underlying search-engine. |
Modifier and Type | Method and Description |
---|---|
SearchEngine |
SearchIndexer.getSearchEngine()
This method gets the
SearchEngine for the index of this
SearchIndexer . |
Modifier and Type | Method and Description |
---|---|
SearchEngine |
LuceneSearchIndexer.getSearchEngine()
This method gets the
SearchEngine for the index of this
SearchIndexer . |
Copyright © 2001–2016 mmm-Team. All rights reserved.