Uses of Class
com.couchbase.client.java.search.facet.SearchFacet
Package
Description
Namespace for various search-service related classes.
Search facets APIs.
-
Uses of SearchFacet in com.couchbase.client.java.search
Modifier and TypeMethodDescriptionSearchOptions.facets
(Map<String, SearchFacet> facets) Adds oneSearchFacet
to the query. -
Uses of SearchFacet in com.couchbase.client.java.search.facet
Modifier and TypeClassDescriptionclass
A facet that categorizes rows inside date ranges (or buckets) provided by the user.class
A facet that categorizes rows into numerical ranges (or buckets) provided by the user.class
A facet that gives the number of occurrences of the most recurring terms in all rows.