Package | Description |
---|---|
org.opensolaris.opengrok.search | |
org.opensolaris.opengrok.search.context |
Modifier and Type | Method and Description |
---|---|
int |
Hit.compareTo(Hit o)
Compare this object to another hit (in order to implement the comparable
interface)
|
Modifier and Type | Method and Description |
---|---|
void |
SearchEngine.results(int start,
int end,
java.util.List<Hit> ret)
get results , if no search was started before, no results are returned
this method will requery if end end is more than first query from search,
hence performance hit applies, if you want results in later pages than number of cachePages
also end has to be bigger than start !
|
Modifier and Type | Method and Description |
---|---|
boolean |
Context.getContext(java.io.Reader in,
java.io.Writer out,
java.lang.String urlPrefix,
java.lang.String morePrefix,
java.lang.String path,
Definitions tags,
boolean limit,
java.util.List<Hit> hits)
???.
|
boolean |
HistoryContext.getContext(java.lang.String filename,
java.lang.String path,
java.util.List<Hit> hits) |
void |
PlainLineTokenizer.setHitList(java.util.List<Hit> hits)
Set the list we should create Hit objects for
|