Uses of Class
com.attivio.sdk.search.HighlightMode
-
Packages that use HighlightMode Package Description com.attivio.sdk.search com.attivio.sdk.search.fields Model forFieldExpressions
applied toQueryRequests
. -
-
Uses of HighlightMode in com.attivio.sdk.search
Fields in com.attivio.sdk.search declared as HighlightMode Modifier and Type Field Description static HighlightMode
QueryRequest. DEFAULT_HIGHLIGHT_MODE
Default value forQueryRequest.getHighlightMode()
.Methods in com.attivio.sdk.search that return HighlightMode Modifier and Type Method Description HighlightMode
QueryRequest. getHighlightMode()
Get theHighlightMode
for annotating scopes in highlighted text.static HighlightMode
HighlightMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HighlightMode[]
HighlightMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.attivio.sdk.search with parameters of type HighlightMode Modifier and Type Method Description void
QueryRequest. setHighlightMode(HighlightMode value)
Set theHighlightMode
for annotating scopes in highlighted text. -
Uses of HighlightMode in com.attivio.sdk.search.fields
Fields in com.attivio.sdk.search.fields declared as HighlightMode Modifier and Type Field Description static HighlightMode
ScopeField. DEFAULT_HIGHLIGHT_MODE
Methods in com.attivio.sdk.search.fields that return HighlightMode Modifier and Type Method Description HighlightMode
Teaser. getHighlightMode()
Get the mode for annotating scopes.HighlightMode
ScopeField. getMode()
Methods in com.attivio.sdk.search.fields with parameters of type HighlightMode Modifier and Type Method Description void
Teaser. setHighlightMode(HighlightMode value)
Set the mode for annotating scopes.void
ScopeField. setMode(HighlightMode value)
static ScopeField
ScopeField. valueOf(HighlightMode mode, StringParser reader)
Constructors in com.attivio.sdk.search.fields with parameters of type HighlightMode Constructor Description ScopeField(HighlightMode mode, java.lang.String fieldName, java.lang.String scope)
Construct a new ScopeField forfieldName
ScopeTeaser(HighlightMode mode, FieldExpression field, java.lang.String scope)
ScopeTeaser(HighlightMode mode, java.lang.String fieldName, java.lang.String scope)
-