Package | Description |
---|---|
com.attivio.sdk.search | |
com.attivio.sdk.search.facet |
Copyright 2015 Attivio Inc., All rights reserved.
|
com.attivio.util.parser | |
com.attivio.util.query |
Modifier and Type | Method and Description |
---|---|
List<FacetRequest> |
QueryRequest.getFacets()
Get the facets requested for this QueryRequest.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryRequest.addFacet(FacetRequest... f)
Adds all
FacetRequest s to this QueryRequest. |
boolean |
QueryRequest.removeFacet(FacetRequest facet)
Remove the specified FacetRequest.
|
void |
QueryRequest.setFacets(FacetRequest... facets)
Set the
FacetRequest s for this query. |
Modifier and Type | Method and Description |
---|---|
void |
QueryRequest.setFacets(Collection<FacetRequest> facets)
Set the
FacetRequest s for this query |
Modifier and Type | Class and Description |
---|---|
class |
DateFacetRequest
Calendar based date facet.
|
class |
FilterBasedFacetRequest
A FacetRequest whose buckets are defined by
Queries . |
class |
RangeFacetRequest
A FacetRequest requesting counts for documents with values in specified ranges.
|
class |
SchemaFacetRequest
FacetRequest for getting the fields populated in documents for the search query.
|
class |
ScopeFacetRequest
FacetRequest that generates bucket values on matching scopes from document.
|
Modifier and Type | Method and Description |
---|---|
FacetRequest |
FacetRequest.clone() |
static FacetRequest |
FacetRequest.valueOf(String value)
Parse a FacetRequest from a string.
|
static FacetRequest |
FilterBasedFacetRequest.valueOf(String value)
Parse a FacetRequest from a string.
|
Modifier and Type | Method and Description |
---|---|
FacetRequest |
FacetRequestFactory.createDateFacet() |
FacetRequest |
FacetRequestFactory.getFacetRequest() |
Modifier and Type | Method and Description |
---|---|
void |
QueryTraverser.rewriteFacets(Collection<FacetRequest> facets)
Rewrite any embedded queries in
facets using handler . |
static void |
QueryUtils.rewriteFacets(List<FacetRequest> facets,
QueryHandler handler)
Rewrite any embedded queries in
facets using handler . |
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.