Uses of Class
org.apache.wiki.api.search.QueryItem
Packages that use QueryItem
Package
Description
Page Providers' API package of JSPWiki.
Provides storage for JSPWiki.
Provides the JSPWiki search functionality.
-
Uses of QueryItem in org.apache.wiki.api.providers
Methods in org.apache.wiki.api.providers with parameters of type QueryItemModifier and TypeMethodDescriptionAttachmentProvider.findAttachments
(QueryItem[] query) Finds attachments based on the query.Finds pages based on the query. -
Uses of QueryItem in org.apache.wiki.providers
Methods in org.apache.wiki.providers with parameters of type QueryItemModifier and TypeMethodDescriptionBasicAttachmentProvider.findAttachments
(QueryItem[] query) Finds attachments based on the query.CachingAttachmentProvider.findAttachments
(QueryItem[] query) Finds attachments based on the query.WikiAttachmentAdapterProvider.findAttachments
(QueryItem[] query) Deprecated.Finds attachments based on the query.Iterates through all WikiPages, matches them against the given query, and returns a Collection of SearchResult objects.Finds pages based on the query.Deprecated.Finds pages based on the query. -
Uses of QueryItem in org.apache.wiki.search
Subclasses of QueryItem in org.apache.wiki.searchMethods in org.apache.wiki.search that return QueryItemModifier and TypeMethodDescriptionBasicSearchProvider.parseQuery
(String query) Parses a query into something that we can use.Constructors in org.apache.wiki.search with parameters of type QueryItemModifierConstructorDescriptionSearchMatcher
(Engine engine, QueryItem[] queries) Creates a new SearchMatcher.
QueryItem
instead