Uses of Interface
org.apache.wiki.api.search.SearchResult
Packages that use SearchResult
Package
Description
Page Providers' API package of JSPWiki.
Provides storage for JSPWiki.
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 SearchResultModifier and TypeMethodDescriptionFinds 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 SearchResultModifier and TypeMethodDescriptionIterates through all WikiPages, matches them against the given query, and returns a Collection of SearchResult objects.Finds pages based on the query.Deprecated.Finds pages based on the query. -
Uses of SearchResult in org.apache.wiki.search
Subinterfaces of SearchResult in org.apache.wiki.searchClasses in org.apache.wiki.search that implement SearchResultMethods in org.apache.wiki.search that return types with arguments of type SearchResultModifier and TypeMethodDescriptionSearch for pages matching a search query.Searches pages using a particular combination of flags.Search for pages matching a search query.default Collection<SearchResult>
Sends a search to the current search provider.Search for pages matching a search query.Methods in org.apache.wiki.search with parameters of type SearchResultModifier and TypeMethodDescriptionint
SearchResultComparator.compare
(SearchResult s1, SearchResult s2) Compares two SearchResult objects, returning the one that scored higher. -
Uses of SearchResult in org.apache.wiki.search.kendra
Methods in org.apache.wiki.search.kendra that return types with arguments of type SearchResultModifier and TypeMethodDescriptionSearch for pages matching a search query.
SearchResult
instead