Package | Description |
---|---|
com.attivio.sdk.search | |
com.attivio.sdk.test |
Modifier and Type | Method and Description |
---|---|
SearchFieldValue |
SearchFieldValue.clone() |
SearchFieldValue |
SearchField.getFirstValue()
Gets the first field value.
|
SearchFieldValue |
SearchDocument.getFirstValue(String field)
Get the first
SearchFieldValue for field or null if the field does not exist. |
SearchFieldValue |
SearchField.getValue(int index)
Get the
SearchFieldValue at index . |
SearchFieldValue |
SearchFieldValue.readExternal(DataInput in) |
static SearchFieldValue |
SearchFieldValue.valueOf(Object value)
Get a
SearchFieldValue for value . |
Modifier and Type | Method and Description |
---|---|
ListIterator<SearchFieldValue> |
SearchField.iterator()
Get an iterator for iterating over all
values . |
Modifier and Type | Method and Description |
---|---|
void |
SearchField.addValue(SearchFieldValue value)
Add a
value to this SearchField . |
void |
SearchDocument.addValue(String field,
SearchFieldValue value)
Add a
value to field . |
Modifier and Type | Method and Description |
---|---|
static SearchFieldValue |
DocumentAssert.assertSingleValue(SearchDocument doc,
String field) |
static SearchFieldValue |
DocumentAssert.assertSingleValue(SearchField f) |
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.