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.impl.lucene |
Contains the implementation of the
Search-Indexer API using apache lucene. |
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.
|
Modifier and Type | Method and Description |
---|---|
ManagedSearchEngine |
SearchEngineBuilder.createSearchEngine(SearchEngineConfigurationHolder configurationHolder)
This method creates a
ManagedSearchEngine for the given configuration . |
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 |
---|---|
ManagedSearchEngine |
LuceneSearchEngineBuilder.createSearchEngine(org.apache.lucene.index.IndexReader indexReader,
SearchConfigurationHolder<? extends SearchConfiguration> configurationHolder,
PeriodicRefresher refresher)
This method creates a
ManagedSearchEngine for an existing IndexReader . |
ManagedSearchEngine |
LuceneSearchEngineBuilder.createSearchEngine(SearchEngineConfigurationHolder configurationHolder)
This method creates a
ManagedSearchEngine for the given configuration . |
Modifier and Type | Field and Description |
---|---|
private ManagedSearchEngine |
LuceneSearchIndexer.searchEngine |
Modifier and Type | Method and Description |
---|---|
ManagedSearchEngine |
SearchViewLogic.getSearchEngine()
This method gets the
ManagedSearchEngine . |
Modifier and Type | Field and Description |
---|---|
private ManagedSearchEngine |
AbstractSearchServlet.searchEngine |
Modifier and Type | Method and Description |
---|---|
ManagedSearchEngine |
AbstractSearchServlet.getSearchEngine()
This method gets the
ManagedSearchEngine . |
Copyright © 2001–2016 mmm-Team. All rights reserved.