Package | Description |
---|---|
com.attivio.client | |
com.attivio.sdk.client |
Interfaces for client side AIE development.
|
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.server.udf |
API for implementing user defined field expression.
|
com.attivio.sdk.server.util |
Interfaces and classes that are used across the ServerSDK.
|
com.attivio.sdk.test |
Modifier and Type | Method and Description |
---|---|
Schema |
MockSearchClient.getDefaultSchema() |
Schema |
MockSearchClient.getSchema(String schemaName) |
Modifier and Type | Method and Description |
---|---|
Schema |
SearchClient.getDefaultSchema()
Gets the schema named 'default' which is the most commonly one used throughout the system.
|
Schema |
SearchClient.getSchema(String schemaName)
Get a named schema in the system or null if it does not exist.
|
Modifier and Type | Method and Description |
---|---|
Schema |
Schema.clone() |
Schema |
SchemaResponse.getSchema() |
Modifier and Type | Method and Description |
---|---|
void |
SchemaResponse.setSchema(Schema schema) |
Constructor and Description |
---|
SchemaResponse(Schema s) |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
Schema |
UserDefinedFieldContext.getSchema()
Get the
Schema . |
Modifier and Type | Method and Description |
---|---|
Schema |
SchemaUtil.getDefaultSchema()
If there is a configuration available, returns the default configuration from it.
|
Schema |
SchemaUtil.getSchema(String schemaName)
Gets a schema by name.
|
Modifier and Type | Method and Description |
---|---|
static SchemaUtil |
SdkTestUtils.createMockSchemaUtil(Schema schema) |
static void |
SdkTestUtils.startTransformer(Stage trans,
Schema schema) |
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.