Package | Description |
---|---|
org.apache.wiki.providers |
Provides storage for JSPWiki.
|
org.apache.wiki.search |
Provides the JSPWiki search functionality.
|
Modifier and Type | Method and 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> |
WikiPageProvider.findPages(QueryItem[] query)
Finds pages based on the query.
|
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 |
---|---|
Collection<SearchResult> |
LuceneSearchProvider.findPages(String query,
int flags,
WikiContext wikiContext)
Searches pages using a particular combination of flags.
|
Collection<SearchResult> |
BasicSearchProvider.findPages(String query,
WikiContext wikiContext)
Search for pages matching a search query
|
Collection<SearchResult> |
LuceneSearchProvider.findPages(String query,
WikiContext wikiContext)
Search for pages matching a search query
|
Collection<SearchResult> |
SearchManager.findPages(String query,
WikiContext wikiContext)
Sends a search to the current search provider.
|
Collection<SearchResult> |
SearchProvider.findPages(String query,
WikiContext wikiContext)
Search for pages matching a search query
|
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-2019 The Apache Software Foundation. All rights reserved.