Package | Description |
---|---|
com.attivio.sdk.schema |
Models data from fields and describes how each field should be handled by the Attivio engine.
|
com.attivio.sdk.search.fields |
Model for
FieldExpressions applied to
QueryRequests . |
com.attivio.sdk.util | |
com.attivio.util |
Modifier and Type | Field and Description |
---|---|
static TimeResolution |
UserDefinedFieldDef.DEFAULT_DATE_RESOLUTION |
Modifier and Type | Method and Description |
---|---|
TimeResolution |
UserDefinedFieldDef.getDateResolution()
Get the resolution for
SchemaField.Type.DATE type. |
Modifier and Type | Method and Description |
---|---|
void |
UserDefinedFieldDef.setDateResolution(TimeResolution value)
Set the resolution for
SchemaField.Type.DATE type. |
Modifier and Type | Field and Description |
---|---|
static TimeResolution |
Freshness.DEFAULT_CENTER_RESOLUTION
The default center resolution.
|
static TimeResolution |
FreshnessRange.DEFAULT_RESOLUTION
Default time resolution for this range.
|
Modifier and Type | Method and Description |
---|---|
TimeResolution |
Freshness.getCenterResolution()
Get the resolution for rounding the center date.
|
TimeResolution |
Cast.getDateResolution()
Get the time resolution for date type.
|
TimeResolution |
FreshnessRange.getResolution()
Gets the TimeUnit of the start & end deltas
|
Modifier and Type | Method and Description |
---|---|
void |
Freshness.addRange(long maxDelta,
TimeResolution timeUnit,
double a,
double b,
double c)
Add a range to the freshness table.
|
void |
Freshness.setCenterResolution(TimeResolution units)
Set the resolution for rounding the center date.
|
void |
Cast.setDateResolution(TimeResolution value)
Set the time resolution for date type.
|
void |
FreshnessRange.setResolution(TimeResolution value)
Sets the time resolution of the start & end deltas
|
Constructor and Description |
---|
Cast(FieldExpression expression,
SchemaField.Type type,
TimeResolution resolution)
Construct a new Cast, casting
expression to type . |
Cast(FieldExpression expression,
SchemaField.Type type,
TimeResolution resolution,
String alias)
Construct a new Cast, casting
expression to type . |
Cast(FieldExpression expression,
TimeResolution resolution)
Construct a new Cast, casting
expression to resolution . |
Cast(FieldExpression expression,
TimeResolution resolution,
String alias)
Construct a new Cast, casting
expression to type . |
Cast(String fieldName,
TimeResolution resolution)
Construct a new Cast, casting
fieldName to type . |
Cast(String fieldName,
TimeResolution resolution,
String alias)
Construct a new Cast, casting
fieldName to type . |
FreshnessRange(long maxAge,
TimeResolution timeUnit,
double a,
double b,
double c) |
Modifier and Type | Method and Description |
---|---|
TimeResolution |
TimeResolution.parseTimeResolution(String value)
Parse
value as a TimeResolution value. |
static TimeResolution |
TimeResolution.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeResolution[] |
TimeResolution.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Date |
DateUtils.ceil(TimeResolution units,
Date value)
Round
value up to the next units . |
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.