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 Models a token that can be both indexed and searched for in the Attivio repository. -
-
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 classFuzzyTermPhrase that fuzzy matches all terms are similar to a specified term.classPhraseTermRepresents an atomic term in a phrase.classRegexTermPhrase that matches all terms that match a regular expression.classSearchTermRepresents a search term in a phrase.classTermRangePhrase that matches all terms in a range.classWildcardTermPhrase 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 classTokenRepresents a Token.
-