|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SearchResult | |
---|---|
org.apache.wiki.search | Provides the JSPWiki search functionality. |
Uses of SearchResult in org.apache.wiki.search |
---|
Classes in org.apache.wiki.search that implement SearchResult | |
---|---|
class |
SearchMatcher.SearchResultImpl
A local search result. |
Methods in org.apache.wiki.search that return SearchResult | |
---|---|
SearchResult |
SearchMatcher.matchPageContent(String wikiname,
String pageText)
Compares the page content, available through the given stream, to the query items of this matcher. |
Methods in org.apache.wiki.search with parameters of type SearchResult | |
---|---|
int |
SearchResultComparator.compare(SearchResult s1,
SearchResult s2)
Compares two SearchResult objects, returning the one that scored higher. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |