Package org.apache.wiki.api.search
Class QueryItem
java.lang.Object
org.apache.wiki.api.search.QueryItem
- Direct Known Subclasses:
QueryItem
This simple class just fulfils the role of a container for searches. It tells the word and whether it is requested or not.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe word may NOT be in the pagesstatic final intThe word should be in the pages, but the search engine may use its own discretion.static final intThe word is required to be in the pagesintThe type of the word.The word that is being searched -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
REQUIRED
The word is required to be in the pages- See Also:
-
FORBIDDEN
The word may NOT be in the pages- See Also:
-
REQUESTED
The word should be in the pages, but the search engine may use its own discretion.- See Also:
-
word
The word that is being searched -
type
The type of the word. See above for types. The default is REQUESTED.
-
-
Constructor Details
-
QueryItem
public QueryItem()
-