| Package | Description |
|---|---|
| com.attivio.sdk.ingest | |
| com.attivio.sdk.test | |
| com.attivio.sdk.util |
| Modifier and Type | Method and Description |
|---|---|
IngestField |
IngestField.clone() |
IngestField |
IngestDocument.getField(String field)
Get a
field or null if field does not exist. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<IngestField> |
IngestDocument.iterator()
Get an iterator for iterating over all
fields. |
| Modifier and Type | Method and Description |
|---|---|
void |
IngestDocument.setField(IngestField field)
Set a
field for this document. |
| Modifier and Type | Method and Description |
|---|---|
static void |
DocumentAssert.assertFieldValueList(IngestField field,
Object... values) |
static <T> void |
DocumentAssert.assertFieldValueSet(IngestField field,
T... values) |
static IngestFieldValue |
DocumentAssert.assertSingleValue(IngestField f) |
static IngestFieldValue |
DocumentAssert.assertSingleValueOrNull(IngestField f) |
| Modifier and Type | Method and Description |
|---|---|
IngestField |
NewFieldCreator.createNewField(IngestField oldField,
String newFieldName)
Returns a new field of type T.
|
| 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.
|
IngestField |
NewFieldCreator.createNewField(IngestField oldField,
String newFieldName)
Returns a new field of type T.
|
void |
AdvancedFieldValueModifier.modifyFieldValue(IngestDocument doc,
IngestField f,
IngestFieldValue fv)
Modify a single field value in place.
|
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.