Uses of Interface
org.apache.wiki.api.search.SearchResult
| Package | Description |
|---|---|
| org.apache.wiki.api.providers |
Page Providers' API package of JSPWiki.
|
| org.apache.wiki.providers |
Provides storage for JSPWiki.
|
| org.apache.wiki.search |
Provides the JSPWiki search functionality.
|
-
Uses of SearchResult in org.apache.wiki.api.providers
Methods in org.apache.wiki.api.providers that return types with arguments of type SearchResult Modifier and Type Method Description Collection<SearchResult>PageProvider. findPages(QueryItem[] query)Finds pages based on the query. -
Uses of SearchResult in org.apache.wiki.providers
Methods in org.apache.wiki.providers that return types with arguments of type SearchResult Modifier and Type Method Description Collection<SearchResult>AbstractFileProvider. findPages(QueryItem[] query)Iterates through all WikiPages, matches them against the given query, and returns a Collection of SearchResult objects.Collection<SearchResult>CachingProvider. findPages(QueryItem[] query)Finds pages based on the query.Collection<SearchResult>WikiPageAdapterProvider. findPages(QueryItem[] query)Deprecated.Finds pages based on the query. -
Uses of SearchResult in org.apache.wiki.search
Subinterfaces of SearchResult in org.apache.wiki.search Modifier and Type Interface Description interfaceSearchResultDeprecated.Classes in org.apache.wiki.search that implement SearchResult Modifier and Type Class Description classSearchMatcher.SearchResultImplA local search result.Methods in org.apache.wiki.search that return types with arguments of type SearchResult Modifier and Type Method Description Collection<SearchResult>BasicSearchProvider. findPages(String query, Context wikiContext)Search for pages matching a search query.Collection<SearchResult>LuceneSearchProvider. findPages(String query, int flags, Context wikiContext)Searches pages using a particular combination of flags.Collection<SearchResult>LuceneSearchProvider. findPages(String query, Context wikiContext)Search for pages matching a search query.default Collection<SearchResult>SearchManager. findPages(String query, Context wikiContext)Sends a search to the current search provider.Collection<SearchResult>SearchProvider. findPages(String query, Context wikiContext)Search for pages matching a search query.Methods in org.apache.wiki.search with parameters of type SearchResult Modifier and Type Method Description intSearchResultComparator. compare(SearchResult s1, SearchResult s2)Compares two SearchResult objects, returning the one that scored higher.
SearchResultinstead