public class ContentItem
extends java.lang.Object
SearchResultItem.content
list which
represents a full text content of an indexing object.Modifier and Type | Field and Description |
---|---|
byte |
flag
|
static byte |
SEARCH_SYN
This flag will be set if the
word is a word with the same meaning
(or nearly the same) as any word in a search phrase (synonym). |
static byte |
SEARCH_WORD
This flag will be set when the
word is in a search phrase |
java.lang.String |
word
A single word of text content
|
Constructor and Description |
---|
ContentItem() |
public static byte SEARCH_WORD
word
is in a search phrasepublic static byte SEARCH_SYN
word
is a word with the same meaning
(or nearly the same) as any word in a search phrase (synonym).public java.lang.String word
public byte flag