Package | Description |
---|---|
net.sf.mmm.search.base |
Contains the base-implementation of common search infrastructure.
|
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.impl.lucene |
Contains the implementation of the search API using apache lucene.
|
net.sf.mmm.search.indexer.api |
Provides the API of the Search-Indexer.
|
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.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 | 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 | Interface and Description |
---|---|
interface |
SearchHit
This is the interface for a single hit of a
search . |
Modifier and Type | Method and Description |
---|---|
SearchEntry |
SearchEngine.getEntry(String entryId)
|
Modifier and Type | Class and Description |
---|---|
class |
SearchHitImpl
This is the abstract base implementation of the
SearchHit interface. |
Modifier and Type | Field and Description |
---|---|
private SearchEntry |
SearchHitImpl.entry
the actual entry this hit delegates to
|
Constructor and Description |
---|
SearchHitImpl(SearchEntry searchEntry,
String entryId,
double hitScore,
SearchHighlighter searchHighlighter)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
SearchEntry |
LuceneSearchEngine.getEntry(int documentId) |
SearchEntry |
LuceneSearchEngine.getEntry(String entryId)
|
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 | Interface and Description |
---|---|
interface |
MutableSearchEntry
This is the interface for an entry in the search index.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMutableSearchEntry
This is the abstract base implementation of the
MutableSearchEntry
interface. |
Constructor and Description |
---|
SearchAddFailedException(SearchEntry entry)
The constructor.
|
SearchAddFailedException(Throwable nested,
SearchEntry entry)
The constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
LuceneMutableSearchEntry
This is the implementation of the
MutableSearchEntry interface using
lucene as underlying search-engine. |
Modifier and Type | Method and Description |
---|---|
SearchEntry |
SearchViewContext.getEntry()
This method gets the single
SearchEntry for viewing details. |
Modifier and Type | Method and Description |
---|---|
String |
SearchViewLogic.getDisplayTitle(SearchEntry searchEntry)
This method get the display-title from the given
searchEntry . |
Modifier and Type | Field and Description |
---|---|
private SearchEntry |
SearchViewContextBean.entry |
Modifier and Type | Method and Description |
---|---|
SearchEntry |
SearchViewContextBean.getEntry()
This method gets the single
SearchEntry for viewing details. |
Modifier and Type | Method and Description |
---|---|
String |
AbstractSearchServlet.getDisplayTitle(SearchEntry searchEntry)
This method get the display-title from the given
searchEntry . |
void |
SearchViewContextBean.setEntry(SearchEntry newEntry) |
Copyright © 2001–2016 mmm-Team. All rights reserved.