Package | Description |
---|---|
com.attivio.sdk.search | |
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 | Method and Description |
---|---|
QueryFeedback |
QueryResponse.addFeedback(QueryFeedback message)
Add a feedback message.
|
QueryFeedback |
QueryResponse.addFeedback(String stageName,
String messageName,
String message)
Add a feedback message.
|
QueryFeedback |
QueryResponse.addFeedback(String stageName,
String messageName,
String message,
Map<String,Object> properties)
Add a feedback message.
|
QueryFeedback |
QueryFeedback.clone() |
Modifier and Type | Method and Description |
---|---|
static ArrayList<QueryFeedback> |
QueryFeedback.clone(ArrayList<QueryFeedback> value)
Deep clone an ArrayList of QueryFeedback instances.
|
List<QueryFeedback> |
QueryResponse.getFeedback()
Get all feedback messages for this response.
|
List<QueryFeedback> |
QueryResponse.getFeedbackByMessageName(String messageName)
Get all query feedback that has a message specific message name.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryResponse.addFeedback(QueryFeedback... value)
Add multiple feedback messages.
|
QueryFeedback |
QueryResponse.addFeedback(QueryFeedback message)
Add a feedback message.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryResponse.addFeedback(List<QueryFeedback> value)
Add multiple feedback messages.
|
static ArrayList<QueryFeedback> |
QueryFeedback.clone(ArrayList<QueryFeedback> value)
Deep clone an ArrayList of QueryFeedback instances.
|
void |
QueryResponse.setFeedback(List<QueryFeedback> value) |
Modifier and Type | Method and Description |
---|---|
List<QueryFeedback> |
QueryTransformer.processQuery(QueryRequest query)
Processes a query by modifying it in-place.
|
Modifier and Type | Method and Description |
---|---|
List<QueryFeedback> |
SampleQueryRewriteTransformer.processQuery(QueryRequest queryRequest) |
List<QueryFeedback> |
SampleQueryTransformer.processQuery(QueryRequest query) |
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.