Uses of Class
com.attivio.sdk.search.QueryResponse
-
Packages that use QueryResponse Package Description com.attivio.client Contains the Client Attivio API for adding content, submitting queries, and sending general purpose messages to an Attivio server.com.attivio.client.streaming Contains client code for streaming search results.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.attivio.sdk.test -
-
Uses of QueryResponse in com.attivio.client
Fields in com.attivio.client declared as QueryResponse Modifier and Type Field Description QueryResponse
MockSearchClient. response
PresetQueryResponse
to return on any search request.Methods in com.attivio.client that return QueryResponse Modifier and Type Method Description QueryResponse
MockSearchClient. getResponse()
QueryResponse
AbstractSearchClient. search(QueryRequest query)
Sends the query to the Attivio search and returns the result.QueryResponse
AbstractSearchClient. search(java.lang.String query)
Searches using a query string only.QueryResponse
MockSearchClient. search(QueryRequest query)
QueryResponse
MockSearchClient. search(java.lang.String query)
Methods in com.attivio.client with parameters of type QueryResponse Modifier and Type Method Description void
MockSearchClient. setResponse(QueryResponse response)
-
Uses of QueryResponse in com.attivio.client.streaming
Methods in com.attivio.client.streaming that return QueryResponse Modifier and Type Method Description QueryResponse
StreamedResponseClient. getQueryResponse()
Get the QueryResponse for the query. -
Uses of QueryResponse in com.attivio.sdk.client
Methods in com.attivio.sdk.client that return QueryResponse Modifier and Type Method Description QueryResponse
SearchClient. search(QueryRequest query)
Sends the query to the Attivio search and returns the result.QueryResponse
SearchClient. search(java.lang.String query)
Searches using a query string only. -
Uses of QueryResponse in com.attivio.sdk.client.streaming
Methods in com.attivio.sdk.client.streaming that return QueryResponse Modifier and Type Method Description QueryResponse
StreamingQueryResponse. getQueryResponse()
Get the QueryResponse for the query. -
Uses of QueryResponse in com.attivio.sdk.search
Methods in com.attivio.sdk.search that return QueryResponse Modifier and Type Method Description QueryResponse
QueryResponse. clone()
Clones the object and resets message ID to -1. -
Uses of QueryResponse in com.attivio.sdk.search.relevancy
Methods in com.attivio.sdk.search.relevancy with parameters of type QueryResponse Modifier and Type Method Description static Signal
Signal. getSignal(QueryResponse queryResponse, int documentIndex)
Create a click signal with a strength of onestatic Signal
Signal. getSignal(QueryResponse queryResponse, int documentIndex, java.lang.String signalType)
Create a signal with a signal strength of onestatic Signal
Signal. getSignal(QueryResponse queryResponse, int documentIndex, java.lang.String signalType, double signalStrength)
Create a signal for a given document in the query response.static Signal
Signal. getSignal(QueryResponse queryResponse, int documentIndex, java.lang.String signalType, double signalStrength, java.lang.String queryString)
Create a signal for a given document in the query response. -
Uses of QueryResponse in com.attivio.sdk.server.component.query
Methods in com.attivio.sdk.server.component.query with parameters of type QueryResponse Modifier and Type Method Description void
ResponseTransformer. processResponseDocuments(QueryResponse info, SearchDocumentList documents)
Process the documents for a response.void
ResponseTransformer. processResponseInfo(QueryResponse info)
Process aQueryResponse
which contains information about the query request and the metadata about how long it took to compute the results. -
Uses of QueryResponse in com.attivio.sdk.test
Methods in com.attivio.sdk.test with parameters of type QueryResponse Modifier and Type Method Description static QueryResponseAssert
QueryResponseAssert. assertThat(QueryResponse value)
static QueryResponseAssert
SdkAssert. assertThat(QueryResponse value)
-