| Package | Description |
|---|---|
| com.couchbase.client.java.search | |
| com.couchbase.client.java.search.facet |
| Modifier and Type | Method and Description |
|---|---|
Map<String,SearchFacet> |
SearchQuery.getFacets() |
| Modifier and Type | Method and Description |
|---|---|
SearchQuery |
SearchQuery.addFacet(String facetName,
SearchFacet facet)
Adds one
SearchFacet to the query. |
| Modifier and Type | Class and Description |
|---|---|
class |
DateRangeFacet
A facet that categorizes hits inside date ranges (or buckets) provided by the user.
|
class |
NumericRangeFacet
A facet that categorizes hits into numerical ranges (or buckets) provided by the user.
|
class |
TermFacet
A facet that gives the number of occurrences of the most recurring terms in all hits.
|
Copyright © 2015 Couchbase, Inc.