JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Uses of Interface
com.attivio.sdk.client.streaming.StreamingFacetResponse
Packages that use
StreamingFacetResponse
Package
Description
com.attivio.client.streaming
Contains client code for streaming search results.
com.attivio.sdk.client.streaming
Interfaces that allow developers to request all results, facets, or document id's back from a query.
Uses of
StreamingFacetResponse
in
com.attivio.client.streaming
Methods in
com.attivio.client.streaming
that return types with arguments of type
StreamingFacetResponse
Modifier and Type
Method
Description
java.lang.Iterable<
StreamingFacetResponse
>
StreamedResponseClient.
getFacets
()
Get the facets.
Uses of
StreamingFacetResponse
in
com.attivio.sdk.client.streaming
Methods in
com.attivio.sdk.client.streaming
that return types with arguments of type
StreamingFacetResponse
Modifier and Type
Method
Description
java.lang.Iterable<
StreamingFacetResponse
>
StreamingQueryResponse.
getFacets
()
Get the facets.