Uses of Class
com.attivio.sdk.search.facet.FacetBucket
-
Packages that use FacetBucket 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.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 FacetBucket in com.attivio.sdk.client.streaming
Methods in com.attivio.sdk.client.streaming that return types with arguments of type FacetBucket Modifier and Type Method Description java.util.Iterator<FacetBucket>
StreamingFacetResponse. iterator()
Get an iterator for streaming all buckets for this facet. -
Uses of FacetBucket in com.attivio.sdk.search.facet
Subclasses of FacetBucket in com.attivio.sdk.search.facet Modifier and Type Class Description class
QueryFacetBucket
A FacetBucket that contains a query for drilldown.class
RangeFacetBucket
Deprecated.UseFacetBucket
instead.class
SchemaFieldBucket
A bucket returned for aSchemaFacetRequest
.Fields in com.attivio.sdk.search.facet declared as FacetBucket Modifier and Type Field Description protected static FacetBucket[]
FacetBuckets. DEFAULT_BUCKETS
Methods in com.attivio.sdk.search.facet that return FacetBucket Modifier and Type Method Description FacetBucket
FacetBucket. clone()
FacetBucket
FacetBuckets. get(int index)
Get the FacetBucket atindex
.FacetBucket
FacetBuckets. getBucket(java.lang.String label)
Gets a Bucket with the givenlabel
.FacetBucket
FacetBuckets. removeLast()
Remove and return the lastFacetBucket
.FacetBucket
FacetBucket. setChildren(FacetBuckets value)
Set the child buckets.Methods in com.attivio.sdk.search.facet that return types with arguments of type FacetBucket Modifier and Type Method Description java.util.ArrayList<FacetBucket>
FacetResponse. getBuckets()
Deprecated.useFacetBuckets.get(int)
/FacetBuckets.iterator()
instead.java.util.Iterator<FacetBucket>
FacetBuckets. iterator()
Methods in com.attivio.sdk.search.facet with parameters of type FacetBucket Modifier and Type Method Description void
FacetBuckets. accept(FacetBucket bucket)
Consumer
implementation that adds all consumed buckets.void
FacetBucket. add(FacetBucket other)
Add the count forother
to this bucket.void
FacetBuckets. add(FacetBucket bucket)
Add abucket
.void
SchemaFieldBucket. add(FacetBucket other)
FacetFilter
FacetResponse. getFacetFilter(FacetBucket bucket)
FacetFilter
FacetResponse. getFacetFilter(FacetBucket... buckets)
Method parameters in com.attivio.sdk.search.facet with type arguments of type FacetBucket Modifier and Type Method Description void
FacetBuckets. addAll(java.lang.Iterable<FacetBucket> value)
Add all buckets invalue
.boolean
FacetBuckets. contains(java.util.function.Predicate<FacetBucket> predicate)
Returnstrue
if a bucket matchingpredicate
exists.void
FacetBuckets. forEach(java.util.function.Consumer<? super FacetBucket> consumer)
void
FacetResponse. setBuckets(java.util.Collection<FacetBucket> value)
Deprecated.void
FacetBuckets. sort(java.util.Comparator<FacetBucket> c)
Sort the buckets according toc
. -
Uses of FacetBucket in com.attivio.sdk.test
Fields in com.attivio.sdk.test declared as FacetBucket Modifier and Type Field Description protected FacetBucket
FacetBucketAssert. actual
Methods in com.attivio.sdk.test with parameters of type FacetBucket Modifier and Type Method Description static FacetBucketAssert
FacetBucketAssert. assertThat(FacetBucket value)
Constructors in com.attivio.sdk.test with parameters of type FacetBucket Constructor Description FacetBucketAssert(FacetBucket actual)
-
Uses of FacetBucket in com.attivio.util.serialization
Methods in com.attivio.util.serialization that return FacetBucket Modifier and Type Method Description FacetBucket
FacetBucketConverter. unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
-