| Package | Description |
|---|---|
| com.couchbase.client.java.search |
Namespace for various search-service related classes.
|
| com.couchbase.client.java.search.facet |
Search facets APIs.
|
| Modifier and Type | Method and Description |
|---|---|
SearchOptions |
SearchOptions.facets(Map<String,SearchFacet> facets)
Adds one
SearchFacet to the query. |
| Modifier and Type | Class and Description |
|---|---|
class |
DateRangeFacet
A facet that categorizes rows inside date ranges (or buckets) provided by the user.
|
class |
NumericRangeFacet
A facet that categorizes rows 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 rows.
|
Copyright © 2020 Couchbase, Inc.. All rights reserved.