| Package | Description | 
|---|---|
| org.apache.wiki.search | 
 Provides the JSPWiki search functionality. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SearchMatcher.SearchResultImpl
A local search result. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SearchResult | 
SearchMatcher.matchPageContent(String wikiname,
                String pageText)
Compares the page content, available through the given stream, to the
 query items of this matcher. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
SearchResultComparator.compare(SearchResult s1,
       SearchResult s2)
Compares two SearchResult objects, returning
  the one that scored higher. 
 | 
Copyright © 2001-2018 The Apache Software Foundation. All rights reserved.