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.
|
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 int type
public QueryItem()
Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.