Weight

Represents a weight of a token in a page.

Methods
String toString()
String toString()

Fields
static int HEADER = 100
static int PARAGRAPH = 1
static int TITLE = 10000
static Page page
static int value

PARAGRAPH = 1

The weight of a word in a paragraph.

HEADER = 100

The weight of a word in the header.

TITLE = 10000

The weight of a word in a title.

page

The page referenced.

value

The weight value.