Uses of Class
org.apache.wiki.search.QueryItem
| Package | Description |
|---|---|
| org.apache.wiki.providers |
Provides storage for JSPWiki.
|
| org.apache.wiki.search |
Provides the JSPWiki search functionality.
|
-
Uses of QueryItem in org.apache.wiki.providers
Methods in org.apache.wiki.providers with parameters of type QueryItem Modifier and Type Method Description Collection<Attachment>WikiAttachmentProvider. findAttachments(QueryItem[] query)Deprecated.Finds attachments based on the query.Collection<SearchResult>WikiPageProvider. findPages(QueryItem[] query)Deprecated.Finds pages based on the query. -
Uses of QueryItem in org.apache.wiki.search
Constructors in org.apache.wiki.search with parameters of type QueryItem Constructor Description SearchMatcher(WikiEngine engine, QueryItem[] queries)Deprecated.kept for compatibility with page/attachment providers not using public API.