Package | Description |
---|---|
com.attivio.client | |
com.attivio.sdk.client |
Interfaces for client side AIE development.
|
com.attivio.sdk.client.streaming |
Interfaces that allow developers to request all results, facets, or document id's back from a query.
|
com.attivio.sdk.search | |
com.attivio.sdk.test |
Modifier and Type | Method and Description |
---|---|
SearchDocument |
MockSearchClient.getDocumentById(String documentId) |
Modifier and Type | Method and Description |
---|---|
void |
MockSearchClient.add(SearchDocument... docs)
Add documents to be returned on a search call
|
Modifier and Type | Method and Description |
---|---|
SearchDocument |
SearchClient.getDocumentById(String documentId)
Gets a document by a specific document Id
|
Modifier and Type | Method and Description |
---|---|
Iterable<SearchDocument> |
StreamingQueryResponse.getDocuments()
Get the response documents.
|
Modifier and Type | Method and Description |
---|---|
SearchDocument |
SearchDocument.clone() |
SearchDocument |
SearchDocumentList.get(int index) |
SearchDocument |
SearchDocument.getChildDocument(int index)
Get a child document by
index . |
SearchDocument |
SearchDocumentList.getDocument(String id)
Gets a document from this list by ID.
|
Modifier and Type | Method and Description |
---|---|
Iterable<SearchDocument> |
SearchDocument.getChildDocuments()
Get all of the available child documents.
|
Iterator<SearchDocument> |
SearchDocumentList.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
SearchDocumentList.add(SearchDocument value) |
void |
SearchDocument.addChildDocument(SearchDocument value)
Add a child document.
|
void |
SearchDocument.setChildDocuments(SearchDocument... value)
Set the child documents.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchDocument.setChildDocuments(Iterable<SearchDocument> value)
Set the child documents.
|
Modifier and Type | Method and Description |
---|---|
static void |
DocumentAssert.assertFieldValue(SearchDocument doc,
String field,
Object value)
check a doc value.
|
static void |
DocumentAssert.assertFieldValueContains(SearchDocument doc,
String field,
String value) |
static void |
DocumentAssert.assertFieldValueList(SearchDocument doc,
String field,
Object... values)
Assert that a document has the specified values for a field
|
static <T> void |
DocumentAssert.assertFieldValueSet(SearchDocument doc,
String field,
T... values) |
static SearchFieldValue |
DocumentAssert.assertSingleValue(SearchDocument doc,
String field) |
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.