Uses of Interface
com.attivio.sdk.token.TokenAnnotationSet
-
Packages that use TokenAnnotationSet Package Description com.attivio.sdk.search.query.phrase Contains all phrase operators.com.attivio.sdk.token Copyright 2019 Attivio Inc., All rights reserved. -
-
Uses of TokenAnnotationSet in com.attivio.sdk.search.query.phrase
Classes in com.attivio.sdk.search.query.phrase that implement TokenAnnotationSet Modifier and Type Class Description class
FuzzyTerm
Phrase that fuzzy matches all terms are similar to a specified term.class
PhraseTerm
Represents an atomic term in a phrase.class
RegexTerm
Phrase that matches all terms that match a regular expression.class
SearchTerm
Represents a search term in a phrase.class
TermRange
Phrase that matches all terms in a range.class
WildcardTerm
Phrase that matches all terms that match a wildcard expression. -
Uses of TokenAnnotationSet in com.attivio.sdk.token
Classes in com.attivio.sdk.token that implement TokenAnnotationSet Modifier and Type Class Description class
Token
Represents a Token.
-