Uses of Class
com.attivio.sdk.search.StreamingQueryRequest
-
Packages that use StreamingQueryRequest 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.sdk.client Interfaces for client side AIE development. -
-
Uses of StreamingQueryRequest in com.attivio.client
Methods in com.attivio.client with parameters of type StreamingQueryRequest Modifier and Type Method Description StreamingQueryResponse
AbstractSearchClient. search(StreamingQueryRequest req)
Sends the streaming query request to the Attivio search and returns the result.StreamingQueryResponse
MockSearchClient. search(StreamingQueryRequest req)
-
Uses of StreamingQueryRequest in com.attivio.sdk.client
Methods in com.attivio.sdk.client with parameters of type StreamingQueryRequest Modifier and Type Method Description StreamingQueryResponse
SearchClient. search(StreamingQueryRequest req)
Sends the streaming query request to the Attivio search and returns the result.
-