Uses of Interface
org.apache.wiki.api.search.SearchResult
-
Packages that use 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.org.apache.wiki.search.kendra -
-
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 java.util.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 java.util.Collection<SearchResult>
AbstractFileProvider. findPages(QueryItem[] query)
Iterates through all WikiPages, matches them against the given query, and returns a Collection of SearchResult objects.java.util.Collection<SearchResult>
CachingProvider. findPages(QueryItem[] query)
Finds pages based on the query.java.util.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 interface
SearchResult
Deprecated.- useSearchResult
insteadClasses in org.apache.wiki.search that implement SearchResult Modifier and Type Class Description class
SearchMatcher.SearchResultImpl
A local search result.Methods in org.apache.wiki.search that return types with arguments of type SearchResult Modifier and Type Method Description java.util.Collection<SearchResult>
BasicSearchProvider. findPages(java.lang.String query, Context wikiContext)
Search for pages matching a search query.java.util.Collection<SearchResult>
LuceneSearchProvider. findPages(java.lang.String query, int flags, Context wikiContext)
Searches pages using a particular combination of flags.java.util.Collection<SearchResult>
LuceneSearchProvider. findPages(java.lang.String query, Context wikiContext)
Search for pages matching a search query.default java.util.Collection<SearchResult>
SearchManager. findPages(java.lang.String query, Context wikiContext)
Sends a search to the current search provider.java.util.Collection<SearchResult>
SearchProvider. findPages(java.lang.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 int
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 SearchResult Modifier and Type Method Description java.util.Collection<SearchResult>
KendraSearchProvider. findPages(java.lang.String query, Context wikiContext)
Search for pages matching a search query.
-