Uses of Class
com.couchbase.client.java.search.facet.SearchFacet
-
Packages that use SearchFacet Package Description com.couchbase.client.java.search Namespace for various search-service related classes.com.couchbase.client.java.search.facet Search facets APIs. -
-
Uses of SearchFacet in com.couchbase.client.java.search
Method parameters in com.couchbase.client.java.search with type arguments of type SearchFacet Modifier and Type Method Description SearchOptionsSearchOptions. facets(Map<String,SearchFacet> facets)Adds oneSearchFacetto the query. -
Uses of SearchFacet in com.couchbase.client.java.search.facet
Subclasses of SearchFacet in com.couchbase.client.java.search.facet Modifier and Type Class Description classDateRangeFacetA facet that categorizes rows inside date ranges (or buckets) provided by the user.classNumericRangeFacetA facet that categorizes rows into numerical ranges (or buckets) provided by the user.classTermFacetA facet that gives the number of occurrences of the most recurring terms in all rows.
-