Package | Description |
---|---|
com.attivio.sdk.ingest | |
com.attivio.sdk.server.component.ingest |
Interfaces for all ingest related transformers and associated dependencies of those transformers.
|
com.attivio.sdk.test | |
com.attivio.sdk.util | |
com.attivio.util | |
com.sample.module |
Modifier and Type | Method and Description |
---|---|
IngestFieldValue |
IngestFieldValue.clone() |
IngestFieldValue |
IngestField.getFirstValue()
Gets the first field value.
|
IngestFieldValue |
IngestDocument.getFirstValue(String field)
Get the first
IngestFieldValue for field or null if the field does not exist. |
IngestFieldValue |
IngestField.getValue(int index)
Get the
IngestFieldValue at index . |
static IngestFieldValue |
IngestFieldValue.valueOf(Object value)
Get an
IngestFieldValue for value . |
Modifier and Type | Method and Description |
---|---|
ListIterator<IngestFieldValue> |
IngestField.iterator()
Get an iterator for iterating over all
values . |
Modifier and Type | Method and Description |
---|---|
void |
IngestField.addValue(IngestFieldValue value)
Add a
value to this IngestField . |
void |
IngestDocument.addValue(String field,
IngestFieldValue value)
Add a
value to field . |
Modifier and Type | Method and Description |
---|---|
int |
IngestField.filter(Predicate<? super IngestFieldValue> predicate)
Filter out all values that do not match
predicate . |
void |
IngestField.forEach(Consumer<? super IngestFieldValue> consumer) |
Modifier and Type | Method and Description |
---|---|
IngestFieldValue |
FieldValueCreatingTransformer.createMappedValue(String inputFieldName,
IngestFieldValue inputFieldValue)
Process a single
IngestFieldValue and return a new value to be placed into the document for this input->output
mapping. |
Modifier and Type | Method and Description |
---|---|
IngestFieldValue |
FieldValueCreatingTransformer.createMappedValue(String inputFieldName,
IngestFieldValue inputFieldValue)
Process a single
IngestFieldValue and return a new value to be placed into the document for this input->output
mapping. |
boolean |
FieldValueModifyingTransformer.modifyFieldValue(String fieldName,
IngestFieldValue fv)
Process a single field value and modify it in place.
|
Modifier and Type | Method and Description |
---|---|
static IngestFieldValue |
DocumentAssert.assertSingleValue(IngestDocument doc,
String field) |
static IngestFieldValue |
DocumentAssert.assertSingleValue(IngestField f) |
static IngestFieldValue |
DocumentAssert.assertSingleValueOrNull(IngestDocument doc,
String field) |
static IngestFieldValue |
DocumentAssert.assertSingleValueOrNull(IngestField f) |
Modifier and Type | Method and Description |
---|---|
static List<String> |
DocumentAssert.assertScopes(String scope,
IngestFieldValue value,
String... expected) |
Modifier and Type | Method and Description |
---|---|
IngestFieldValue |
AdvancedFieldValueMapperWrapper.createMappedValue(IngestDocument doc,
IngestField f,
IngestFieldValue fv) |
IngestFieldValue |
AdvancedFieldValueMapper.createMappedValue(IngestDocument doc,
IngestField f,
IngestFieldValue fv)
Process a single field value and returns the new value.
|
IngestFieldValue |
FieldValueMapper.createMappedValue(String fieldName,
IngestFieldValue fv)
Process a single
IngestFieldValue and return a new value to be placed into the document for this input->output mapping. |
Modifier and Type | Method and Description |
---|---|
IngestFieldValue |
AdvancedFieldValueMapperWrapper.createMappedValue(IngestDocument doc,
IngestField f,
IngestFieldValue fv) |
IngestFieldValue |
AdvancedFieldValueMapper.createMappedValue(IngestDocument doc,
IngestField f,
IngestFieldValue fv)
Process a single field value and returns the new value.
|
IngestFieldValue |
FieldValueMapper.createMappedValue(String fieldName,
IngestFieldValue fv)
Process a single
IngestFieldValue and return a new value to be placed into the document for this input->output mapping. |
void |
AdvancedFieldValueModifier.modifyFieldValue(IngestDocument doc,
IngestField f,
IngestFieldValue fv)
Modify a single field value in place.
|
void |
FieldValueModifier.modifyFieldValue(String fieldName,
IngestFieldValue fv)
Process a single field value and modify it in place.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
TokenUtils.extractScopes(String scopeName,
IngestFieldValue value)
Extract
scopeName values from value . |
static TokenList |
TokenUtils.filterTokens(IngestFieldValue value,
Locale locale)
Get all tokens for
locale . |
Modifier and Type | Method and Description |
---|---|
IngestFieldValue |
SampleFieldValueCreatingTransformer.createMappedValue(String inputFieldName,
IngestFieldValue fv) |
Modifier and Type | Method and Description |
---|---|
IngestFieldValue |
SampleFieldValueCreatingTransformer.createMappedValue(String inputFieldName,
IngestFieldValue fv) |
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.