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 2015 Attivio Inc., All rights reserved.
|
Modifier and Type | Method and Description |
---|---|
Iterator<FacetBucket> |
StreamingFacetResponse.iterator()
Get an iterator for streaming all buckets for this facet.
|
Modifier and Type | Class and Description |
---|---|
class |
QueryFacetBucket
A FacetBucket that contains a query for drilldown.
|
class |
RangeFacetBucket
A bucket for a range of values.
|
class |
SchemaFieldBucket
A bucket returned for a
SchemaFacetRequest . |
class |
TermFacetBucket
A bucket for a discrete facet.
|
Modifier and Type | Method and Description |
---|---|
FacetBucket |
FacetBucket.clone() |
FacetBucket |
FacetResponse.get(int index)
Get a facet bucket at
index . |
FacetBucket |
FacetResponse.getBucket(String label)
Gets a Bucket with the given
label . |
Modifier and Type | Method and Description |
---|---|
Comparator<FacetBucket> |
FacetRequest.getBucketComparator()
Get a comparator for sorting buckets according to this FacetRequests sort ordering.
|
ArrayList<FacetBucket> |
FacetResponse.getBuckets()
Get the buckets.
|
Iterator<FacetBucket> |
FacetResponse.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
FacetResponse.add(FacetBucket bucket)
Add a
bucket to this response. |
int |
TermFacetBucket.compareValue(FacetBucket other)
Compare the value of this bucket to
other bucket. |
abstract int |
FacetBucket.compareValue(FacetBucket other)
Compare the value of this bucket to
other bucket. |
int |
QueryFacetBucket.compareValue(FacetBucket other) |
int |
SchemaFieldBucket.compareValue(FacetBucket other) |
int |
RangeFacetBucket.compareValue(FacetBucket other)
Compare the value of this bucket to
other bucket. |
FacetFilter |
FacetResponse.getFacetFilter(FacetBucket bucket)
|
Modifier and Type | Method and Description |
---|---|
void |
FacetResponse.addAll(Iterable<FacetBucket> value)
Add all buckets in
value to this response. |
void |
FacetResponse.setBuckets(Collection<FacetBucket> value)
Set the buckets.
|
Copyright © 2018 Attivio, Inc. All Rights Reserved.
PATENT NOTICE: Attivio, Inc. Software Related Patents. With respect to the Attivio software product(s) being used, the following patents apply: Querying Joined Data Within A Search Engine Index: United States Patent No.(s): 8,073,840. Ordered Processing of Groups of Messages: U.S. Patent No.(s) 8,495,656. Signal processing approach to sentiment analysis for entities in documents: U.S. Patent No.(s) 8,725,494. Other U.S. and International Patents Pending.