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.base |
Contains the base-implementation of the
Search-Indexer API . |
Modifier and Type | Field and Description |
---|---|
static SearchHit[] |
SearchHit.NO_HITS
An emtpy SearchHit array.
|
Modifier and Type | Method and Description |
---|---|
SearchHit |
SearchResult.getHit(int index)
This method gets the hit at the given
index . |
SearchHit |
SearchResultPage.getPageHit(int index)
|
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 SearchHit[] |
SearchResultPageImpl.hits |
Modifier and Type | Method and Description |
---|---|
SearchHit |
SearchResultPageImpl.getPageHit(int index)
|
SearchHit |
AbstractSearchResultPage.HitIterator.next() |
Modifier and Type | Method and Description |
---|---|
Iterator<SearchHit> |
AbstractSearchResultPage.iterator() |
Constructor and Description |
---|
SearchResultPageImpl(String searchQuery,
int totalHits,
int hitPerPage,
int pageNumber,
SearchHit[] searchHits)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
protected SearchHit |
LuceneSearchEngine.createSearchHit(int documentId,
double score,
SearchHighlighter searchHighlighter)
|
Modifier and Type | Method and Description |
---|---|
boolean |
SearchIndexer.remove(SearchHit hit)
This method removes an
existing entry
identified by the given hit . |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractSearchIndexer.remove(SearchHit hit)
This method removes an
existing entry
identified by the given hit . |
Copyright © 2001–2016 mmm-Team. All rights reserved.