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 Copyright 2019 Attivio Inc., All rights reserved.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 FacetResponse
StreamingFacetResponse. 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 FacetResponse
QueryResponse. 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 void
QueryResponse. addFacet(FacetResponse value)
Add a facet to the response.void
QueryResponse. 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 void
QueryResponse. 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 FacetResponse
FacetResponse. clone()
Methods in com.attivio.sdk.search.facet with parameters of type FacetResponse Modifier and Type Method Description Query
FacetBucket. 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 FacetResponseAssert
FacetResponseAssert. 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 FacetResponse
FacetResponseConverter. unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
-