Package | Description |
---|---|
com.attivio.sdk | |
com.attivio.sdk.schema |
Models data from fields and describes how each field should be handled by the Attivio engine.
|
com.attivio.sdk.search.query | |
com.attivio.util |
Constructor and Description |
---|
AttivioException(String context,
ErrorCode code,
Throwable cause,
String message,
Object... params)
Constructs an AttivioException with the error code.
|
Modifier and Type | Method and Description |
---|---|
int |
SchemaField.getMaxTokens() |
Modifier and Type | Method and Description |
---|---|
boolean |
Query.equals(Object other) |
Modifier and Type | Method and Description |
---|---|
static int |
ObjectUtils.compareTo(Comparable a,
Comparable b)
Return the output of a.compareTo(b)
Safe if a or b is null
|
static <T extends Throwable> |
ObjectUtils.getCause(Throwable ex,
Class<T> type)
Returns the exception of 'type' if anywhere in the exception's cause tree a class of 'type' is found, null otherwise
|
static boolean |
LocaleUtils.isValidLocale(Locale locale)
Returns true if this Locale object is valid.
|
static <K,V> Map<K,V> |
ObjectUtils.newMap(K key,
V val,
Object... args)
Creates a new
LinkedHashMap implementation based on key value pairs specified as paired arguments. |
static void |
ObjectUtils.prettyPrint(int[][] matrix)
Pretty prints a 2-D int array
|
static <T> void |
ObjectUtils.prettyPrint(T[][] matrix)
Pretty prints a 2-D object array
|
static <T> int |
ObjectUtils.size(T[][] matrix)
Returns the total number of cells in a matrix
|
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.