public class DictionaryPayload extends Object implements Serializable, Cloneable
DictionaryEntry
.Constructor and Description |
---|
DictionaryPayload() |
DictionaryPayload(String value) |
DictionaryPayload(String value,
Integer boost) |
Modifier and Type | Method and Description |
---|---|
DictionaryPayload |
clone() |
boolean |
equals(Object other) |
Integer |
getBoost() |
String |
getValue() |
int |
hashCode() |
static void |
parseTerms(List<DictionaryPayload> dest,
String value)
Parse terms from
value into dest . |
void |
setBoost(Integer value) |
void |
setValue(String value) |
String |
toString() |
static DictionaryPayload |
valueOf(String value) |
public DictionaryPayload()
public DictionaryPayload(String value)
public String getValue()
public void setValue(String value)
public Integer getBoost()
public void setBoost(Integer value)
public DictionaryPayload clone()
public static DictionaryPayload valueOf(String value)
public static void parseTerms(List<DictionaryPayload> dest, String value)
value
into dest
.Copyright © 2018 Attivio, Inc. All Rights Reserved.
PATENT NOTICE: Attivio, Inc. Software Related Patents. With respect to the Attivio software product(s) being used, the following patents apply: Querying Joined Data Within A Search Engine Index: United States Patent No.(s): 8,073,840. Ordered Processing of Groups of Messages: U.S. Patent No.(s) 8,495,656. Signal processing approach to sentiment analysis for entities in documents: U.S. Patent No.(s) 8,725,494. Other U.S. and International Patents Pending.