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 |
WikiAttachmentProvider.findAttachments(QueryItem[] query)
Finds attachments based on the query.
|
Collection |
CachingAttachmentProvider.findAttachments(QueryItem[] query)
Finds attachments based on the query.
|
Collection |
BasicAttachmentProvider.findAttachments(QueryItem[] query)
Finds attachments based on the query.
|
Collection |
WikiPageProvider.findPages(QueryItem[] query)
Finds pages based on the query.
|
Collection |
CachingProvider.findPages(QueryItem[] query)
Finds pages based on the query.
|
Collection |
AbstractFileProvider.findPages(QueryItem[] query)
Iterates through all WikiPages, matches them against the given query,
and returns a Collection of SearchResult objects.
|
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-2018 The Apache Software Foundation. All rights reserved.