Uses of Interface
com.ecyrd.jspwiki.SearchResult

Packages that use SearchResult
com.ecyrd.jspwiki The chief package of JSPWiki. 
 

Uses of SearchResult in com.ecyrd.jspwiki
 

Classes in com.ecyrd.jspwiki that implement SearchResult
 class SearchMatcher.SearchResultImpl
          A local search result.
 

Methods in com.ecyrd.jspwiki 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 com.ecyrd.jspwiki with parameters of type SearchResult
 int SearchResultComparator.compare(SearchResult s1, SearchResult s2)
          Compares two SearchResult objects, returning the one that scored higher.