Package com.attivio.sdk.search.query.phrase
Contains all phrase operators.
-
Interface Summary Interface Description PhraseHandler Handler interface used for traversing aPhrase
tree. -
Class Summary Class Description AnchorFilter Anchor phrase to start/end of an indexed value.FuzzyTerm Phrase that fuzzy matches all terms are similar to a specified term.Phrase Base class for a component to a phrase query.Phrase.Parameter Parameter Linked List.PhraseNear Phrase for matching terms that are proximal to each other.PhraseNot Phrase operator that matches an include phrase as long as it does not contain an exlude phrase.PhraseNotIn Phrase operator that matches an include phrase as long as it is not contained within an exlude phrase.PhraseOr PhrasePlugin Phrase query plugin to support template queries that are replaced in during query processing.PhraseTerm Represents an atomic term in a phrase.RegexTerm Phrase that matches all terms that match a regular expression.ScopeBoost Boost phrase matches that occur inside a specified scope.ScopeFilter Require phrase to exist within a specified scope.ScopeTerm Phrase that matches a named scope.SearchTerm Represents a search term in a phrase.TermRange Phrase that matches all terms in a range.WildcardTerm Phrase that matches all terms that match a wildcard expression. -
Enum Summary Enum Description AnchorFilter.AnchorMode Mode for anchoring this term to indexed values