Package | Description |
---|---|
org.opensolaris.opengrok.search | |
org.opensolaris.opengrok.web |
Modifier and Type | Method and Description |
---|---|
static void |
Results.prettyPrint(java.io.Writer out,
SearchHelper sh,
int start,
int end)
Prints out results in html form.
|
Modifier and Type | Method and Description |
---|---|
SearchHelper |
SearchHelper.executeQuery()
Start the search prepared by
prepareExec(SortedSet) . |
SearchHelper |
SearchHelper.prepareExec(java.util.SortedSet<java.lang.String> projects)
Create the searcher to use wrt.
|
SearchHelper |
PageConfig.prepareSearch()
Prepare a search helper with all required information, ready to execute
the query implied by the related request parameters and cookies.
|
SearchHelper |
SearchHelper.prepareSummary()
Prepare the fields to support printing a fullblown summary.
|