|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Hit | |
---|---|
org.opensolaris.opengrok.search | |
org.opensolaris.opengrok.search.context |
Uses of Hit in org.opensolaris.opengrok.search |
---|
Methods in org.opensolaris.opengrok.search with parameters of type Hit | |
---|---|
int |
Hit.compareTo(Hit o)
Compare this object to another hit (in order to implement the comparable interface) |
Method parameters in org.opensolaris.opengrok.search with type arguments of type Hit | |
---|---|
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 ! |
Uses of Hit in org.opensolaris.opengrok.search.context |
---|
Method parameters in org.opensolaris.opengrok.search.context with type arguments of type Hit | |
---|---|
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 |
HistoryLineTokenizer.setHitList(java.util.List<Hit> hits)
|
void |
PlainLineTokenizer.setHitList(java.util.List<Hit> hits)
Set the list we should create Hit objects for |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |