public class QueryItem
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
static int | 
FORBIDDEN
The word may NOT be in the pages 
 | 
static int | 
REQUESTED
The word should be in the pages, but the search engine may
        use its own discretion. 
 | 
static int | 
REQUIRED
The word is required to be in the pages 
 | 
int | 
type
The type of the word. 
 | 
java.lang.String | 
word
The word that is being searched 
 | 
| Constructor and Description | 
|---|
QueryItem()  | 
public static final int REQUIRED
public static final int FORBIDDEN
public static final int REQUESTED
public java.lang.String word
public int type
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.