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<Attachment> |
BasicAttachmentProvider.findAttachments(QueryItem[] query)
Finds attachments based on the query.
|
Collection<Attachment> |
CachingAttachmentProvider.findAttachments(QueryItem[] query)
Finds attachments based on the query.
|
Collection<Attachment> |
WikiAttachmentProvider.findAttachments(QueryItem[] query)
Finds attachments based on the query.
|
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 | Method and Description |
---|---|
QueryItem[] |
BasicSearchProvider.parseQuery(String query)
Parses a query into something that we can use.
|
Constructor and Description |
---|
SearchMatcher(WikiEngine engine,
QueryItem[] queries)
Creates a new SearchMatcher.
|
Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.