Uses of Class
com.attivio.sdk.search.facet.FacetResponse
-
Packages that use FacetResponse Package Description 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.facet Models facet requests and responses.com.attivio.sdk.test com.attivio.util.serialization Contains classes related to serialization/desearialization of objects to/from XML. -
-
Uses of FacetResponse in com.attivio.sdk.client.streaming
Methods in com.attivio.sdk.client.streaming that return FacetResponse Modifier and Type Method Description FacetResponseStreamingFacetResponse. getFacetResponse()Get theFacetResponse. -
Uses of FacetResponse in com.attivio.sdk.search
Methods in com.attivio.sdk.search that return FacetResponse Modifier and Type Method Description FacetResponseQueryResponse. getFacet(java.lang.String name)Gets a facet by name.Methods in com.attivio.sdk.search that return types with arguments of type FacetResponse Modifier and Type Method Description java.util.List<FacetResponse>QueryResponse. getFacets()Get the generated facets for this response.Methods in com.attivio.sdk.search with parameters of type FacetResponse Modifier and Type Method Description voidQueryResponse. addFacet(FacetResponse value)Add a facet to the response.voidQueryResponse. setFacets(FacetResponse... value)Set the generated facets for this response.Method parameters in com.attivio.sdk.search with type arguments of type FacetResponse Modifier and Type Method Description voidQueryResponse. setFacets(java.util.List<FacetResponse> value)Set the generated facets for this response. -
Uses of FacetResponse in com.attivio.sdk.search.facet
Methods in com.attivio.sdk.search.facet that return FacetResponse Modifier and Type Method Description FacetResponseFacetResponse. clone()Methods in com.attivio.sdk.search.facet with parameters of type FacetResponse Modifier and Type Method Description QueryFacetBucket. getQueryFilter(FacetResponse facet)Deprecated.useFacetBucket.getQueryFilter(String)instead. -
Uses of FacetResponse in com.attivio.sdk.test
Methods in com.attivio.sdk.test with parameters of type FacetResponse Modifier and Type Method Description static FacetResponseAssertFacetResponseAssert. assertThat(FacetResponse value) -
Uses of FacetResponse in com.attivio.util.serialization
Methods in com.attivio.util.serialization that return FacetResponse Modifier and Type Method Description FacetResponseFacetResponseConverter. unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
-