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.search.relevancy |
Contains classes relevancy model related classes.
|
com.attivio.sdk.server.component.query |
Interfaces for all query and response related transformers and associated dependencies of those transformers.
|
com.sample.module |
Modifier and Type | Field and Description |
---|---|
QueryResponse |
MockSearchClient.response
Preset
QueryResponse to return on any search request. |
Modifier and Type | Method and Description |
---|---|
QueryResponse |
MockSearchClient.getResponse() |
QueryResponse |
MockSearchClient.search(QueryRequest query) |
QueryResponse |
MockSearchClient.search(String query) |
Modifier and Type | Method and Description |
---|---|
void |
MockSearchClient.setResponse(QueryResponse response) |
Modifier and Type | Method and Description |
---|---|
QueryResponse |
SearchClient.search(QueryRequest query)
Sends the query to the Attivio search and returns the result.
|
QueryResponse |
SearchClient.search(String query)
Searches using a query string only.
|
Modifier and Type | Method and Description |
---|---|
QueryResponse |
StreamingQueryResponse.getQueryResponse()
Get the QueryResponse for the query.
|
Modifier and Type | Method and Description |
---|---|
QueryResponse |
QueryResponse.clone()
Clones the object and resets message ID to -1.
|
Modifier and Type | Method and Description |
---|---|
static Signal |
Signal.getSignal(QueryResponse queryResponse,
int documentIndex)
Create a click signal with a strength of one
|
static Signal |
Signal.getSignal(QueryResponse queryResponse,
int documentIndex,
String signalType)
Create a signal with a signal strength of one
|
static Signal |
Signal.getSignal(QueryResponse queryResponse,
int documentIndex,
String signalType,
double signalStrength)
Create a signal
|
Modifier and Type | Method and Description |
---|---|
void |
ResponseTransformer.processResponseDocuments(QueryResponse info,
SearchDocumentList documents)
Process the documents for a response.
|
void |
ResponseTransformer.processResponseInfo(QueryResponse info)
Process a
QueryResponse which contains information about the query request and the metadata about how long it took to
compute the results. |
Modifier and Type | Method and Description |
---|---|
void |
SampleResponseTransformer.processResponseDocuments(QueryResponse info,
SearchDocumentList documents) |
void |
SampleResponseTransformer.processResponseInfo(QueryResponse info) |
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.