Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
private SearchHighlighter |
SearchHitImpl.highlighter
the highlighter
|
Constructor and Description |
---|
SearchHitImpl(SearchEntry searchEntry,
String entryId,
double hitScore,
SearchHighlighter searchHighlighter)
The constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
LuceneSearchHighlighter
This is the implementation of the
SearchHighlighter interface using lucene as underlying
search-engine. |
Modifier and Type | Method and Description |
---|---|
protected SearchHighlighter |
LuceneSearchEngine.createSearchHighlighter(org.apache.lucene.search.Query luceneQuery)
This method creates a new instance of the
SearchHighlighter for a SearchResultPage . |
Modifier and Type | Method and Description |
---|---|
protected SearchHit |
LuceneSearchEngine.createSearchHit(int documentId,
double score,
SearchHighlighter searchHighlighter)
|
Copyright © 2001–2016 mmm-Team. All rights reserved.