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.base |
Contains the base-implementation of the
Search-Indexer API . |
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 |
---|---|
SearchResultPage |
SearchResult.getPage(int pageIndex)
This method gets the
page of this search-result at the
given pageIndex using the default number of
hits per page. |
SearchResultPage |
SearchResult.getPage(int pageIndex,
int hitsPerPage)
|
SearchResultPage |
SearchEngine.search(SearchQuery query,
int hitsPerPage)
This method performs an initial search for a given
query and returns the first
SearchResultPage . |
SearchResultPage |
SearchEngine.search(SearchQuery query,
int hitsPerPage,
int pageIndex,
int totalHitCount)
This method performs a search for a subsequent
SearchResultPage of an
initial search . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSearchResultPage
This is the abstract base implementation of the
SearchResultPage interface. |
class |
SearchResultPageImpl
This is the (default) implementation of the
SearchResultPage
interface. |
Modifier and Type | Method and Description |
---|---|
SearchResultPage |
AbstractSearchResult.getPage(int pageIndex)
This method gets the
page of this search-result at the
given pageIndex using the default number of
hits per page. |
SearchResultPage |
AbstractSearchResult.getPage(int pageIndex,
int hitsPerPage)
|
Modifier and Type | Method and Description |
---|---|
SearchResultPage |
LuceneSearchEngine.search(SearchQuery query,
int hitsPerPage)
This method performs an initial search for a given
query and returns the first
SearchResultPage . |
SearchResultPage |
LuceneSearchEngine.search(SearchQuery query,
int hitsPerPage,
int pageIndex,
int totalHitCount)
This method performs a search for a subsequent
SearchResultPage of an
initial search . |
Modifier and Type | Method and Description |
---|---|
protected SearchResultPage |
AbstractSearchIndexer.search(Long id,
Object cid,
String uri,
String source)
This method searches the
entries with the
specified properties. |
Modifier and Type | Method and Description |
---|---|
protected int |
AbstractSearchIndexer.remove(SearchResultPage page)
This method removes all
hits of
the given SearchResultPage . |
Modifier and Type | Method and Description |
---|---|
SearchResultPage |
SearchViewContext.getResultPage()
This method gets the
SearchResultPage . |
Modifier and Type | Field and Description |
---|---|
private SearchResultPage |
SearchViewContextBean.resultPage |
Modifier and Type | Method and Description |
---|---|
SearchResultPage |
SearchViewContextBean.getResultPage()
This method gets the
SearchResultPage . |
Modifier and Type | Method and Description |
---|---|
void |
SearchViewContextBean.setResultPage(SearchResultPage newResultPage) |
Copyright © 2001–2016 mmm-Team. All rights reserved.