Uses of Class
com.couchbase.client.java.search.facet.SearchFacet
Package | Description |
---|---|
com.couchbase.client.java.search | |
com.couchbase.client.java.search.facet |
-
Uses of SearchFacet in com.couchbase.client.java.search
Methods in com.couchbase.client.java.search that return types with arguments of type SearchFacet Modifier and Type Method Description Map<String,SearchFacet>
SearchQuery. getFacets()
Methods in com.couchbase.client.java.search with parameters of type SearchFacet Modifier and Type Method Description SearchQuery
SearchQuery. addFacet(String facetName, SearchFacet facet)
Adds oneSearchFacet
to 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 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.