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.facet |
Copyright 2015 Attivio Inc., All rights reserved.
|
com.attivio.sdk.search.fields |
Model for
FieldExpressions applied to
QueryRequests . |
com.attivio.sdk.server.udf |
API for implementing user defined field expression.
|
Modifier and Type | Method and Description |
---|---|
static SchemaField.Type |
SchemaField.Type.fromExternal(String s)
Converts an external value to a type value
|
static SchemaField.Type |
SchemaField.getSchemaFieldType(Object o)
Gets the data type for a given value
|
SchemaField.Type |
SchemaField.getType()
Gets the Type of this SchemaField.
|
SchemaField.Type |
UserDefinedFieldDef.getType()
Get the return type for the user defined field.
|
static SchemaField.Type |
SchemaField.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaField.Type[] |
SchemaField.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SchemaField.setType(SchemaField.Type type)
Sets the Type of this SchemaField.
|
void |
UserDefinedFieldDef.setType(SchemaField.Type value)
Set the return type for the user defined field.
|
Constructor and Description |
---|
SchemaField(String fieldName,
SchemaField.Type fieldType)
Construct a new typed SchemaField.
|
SchemaField(String name,
SchemaField.Type type,
boolean internal)
Construct a new SchemaField.
|
UserDefinedFieldDef(String name,
SchemaField.Type type,
String className) |
Modifier and Type | Method and Description |
---|---|
List<SchemaField.Type> |
SchemaFacetRequest.getSchemaTypes()
Get the allowed types for returned fields.
|
Modifier and Type | Method and Description |
---|---|
void |
SchemaFacetRequest.setSchemaTypes(SchemaField.Type... args) |
Modifier and Type | Method and Description |
---|---|
void |
SchemaFacetRequest.setSchemaTypes(List<SchemaField.Type> value) |
Modifier and Type | Method and Description |
---|---|
SchemaField.Type |
Cast.getType()
Get the type to cast to.
|
SchemaField.Type |
DateAdd.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
StandardScore.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
Concat.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
SubString.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
Coalesce.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
UserDefinedField.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
ScopeFrequency.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
Trim.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
StringLength.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
BooleanExpression.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
PartitionId.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
LowerCase.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
FieldLength.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
PhraseMatch.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
TotalTermFrequency.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
ClauseContext.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
DateFormat.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
UpperCase.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
DateExtract.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
Teaser.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
Freshness.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
GeoBoost.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
Constant.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
NumDocs.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
TitleCase.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
BinaryMathExpression.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
UnaryMathExpression.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
MatchingFields.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
PhraseScore.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
MultiValueJoin.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
MatchingTerms.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
ScoreExplain.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
GeoDistance.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
Locate.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
DateDiff.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
QueryParameter.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
Compare.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
Switch.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
RegexMatch.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
StoredField.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
TotalScopeFrequency.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
DocBoost.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
AggregateExpression.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
CurrentTime.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
Collate.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
ScopeField.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
Union.getType(Schema schema)
Resolve the type for this expression.
|
abstract SchemaField.Type |
FieldExpression.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
Condition.getType(Schema schema)
Resolve the type for this expression.
|
SchemaField.Type |
Cast.getType(Schema schema)
Resolve the type for this expression.
|
Modifier and Type | Method and Description |
---|---|
void |
Cast.setType(SchemaField.Type type)
Set the type to cast to.
|
Constructor and Description |
---|
Cast(FieldExpression expression,
SchemaField.Type type)
Construct a new Cast, casting
expression to type . |
Cast(FieldExpression expression,
SchemaField.Type type,
int scale)
Construct a new Cast, casting
expression to type . |
Cast(FieldExpression expression,
SchemaField.Type type,
String alias)
Construct a new Cast, casting
expression to type . |
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(String fieldName,
SchemaField.Type type)
Construct a new Cast, casting
fieldName to type . |
Cast(String fieldName,
SchemaField.Type type,
String alias)
Construct a new Cast, casting
fieldName to type . |
Modifier and Type | Method and Description |
---|---|
SchemaField.Type |
ArgumentInfo.getType()
Indicates the data type for this argument.
|
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.