public class TermMatch extends Object implements Cloneable
| Modifier and Type | Class and Description |
|---|---|
static class |
TermMatch.MatchMode
Mode indicating the type of match performed.
|
| Constructor and Description |
|---|
TermMatch() |
| Modifier and Type | Method and Description |
|---|---|
TermMatch |
clone() |
boolean |
equals(Object other) |
TermMatch.MatchMode |
getMatch()
Get the criteria used for matching this term.
|
String |
getTerm()
Get the input term for this match.
|
int |
hashCode() |
void |
setMatch(TermMatch.MatchMode value)
Set the criteria used for matching this term.
|
void |
setTerm(String value)
Set the input term for this match.
|
String |
toString() |
public String getTerm()
NOTE: this term may differ from the original input term specified by TermDefinition.getTerm().
This term will have been processed during dictionary compilation.
Processing may include lower casing, tokenization or other transformations.
public void setTerm(String value)
public TermMatch.MatchMode getMatch()
public void setMatch(TermMatch.MatchMode value)
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.