Copyright© 2008-2018 SiteVision AB, all rights reserved.
Package | Description |
---|---|
senselogic.sitevision.api.search |
Search utility interfaces
|
senselogic.sitevision.api.search.searcher |
Searching utility interfaces.
|
Modifier and Type | Method and Description |
---|---|
SearchResult |
SearchUtil.search(String aQuery,
java.util.List<SearchSortField> sortFields,
int aStartAtHit,
int aMaxHitsToReturn)
Searches the default index using the multi-field ("edismax") parser.
|
SearchResult |
SearchUtil.search(String aQuery,
String aFieldName,
java.util.List<SearchSortField> sortFields,
int aStartAtHit,
int aMaxHitsToReturn)
Searches the default index using the single-field ("standard") parser with a specified default field.
|
Modifier and Type | Method and Description |
---|---|
SearchResult |
Searcher.search(String aQuery,
int aMaxHitsToReturn)
Executes a search using the components/behaviour that was specified when the
Searcher was created. |
SearchResult |
Searcher.search(String aQuery,
int aStartAtHit,
int aMaxHitsToReturn)
Executes a paginated search using the components/behaviour that was specified when the
Searcher was created. |
SearchResult |
Searcher.search(String aQuery,
String aDisplayQuery,
int aMaxHitsToReturn)
Executes a search using the components/behaviour that was specified when the
Searcher was created. |
SearchResult |
Searcher.search(String aQuery,
String aDisplayQuery,
int aStartAtHit,
int aMaxHitsToReturn)
Executes a paginated search using the components/behaviour that was specified when the
Searcher was created. |
SiteVision - Portal and Content Management Made Easy
SiteVision is an advanced Java enterprise portal product and a portlet container (JSR 286) that implements Java Content Repository (JSR 283).
Copyright© 2008-2018 SiteVision AB, all rights reserved.