Uses of Interface
com.couchbase.client.java.search.result.facets.FacetResult
Package | Description |
---|---|
com.couchbase.client.java.search.result | |
com.couchbase.client.java.search.result.facets | |
com.couchbase.client.java.search.result.impl |
-
Uses of FacetResult in com.couchbase.client.java.search.result
Methods in com.couchbase.client.java.search.result that return types with arguments of type FacetResult Modifier and Type Method Description rx.Observable<FacetResult>
AsyncSearchQueryResult. facets()
AnObservable
emitting aFacetResult
for each requested facet in the original request.Map<String,FacetResult>
SearchQueryResult. facets()
If one or more facet were requested via theSearchQuery.addFacet(String, SearchFacet)
method when querying, contains the result of each facet. -
Uses of FacetResult in com.couchbase.client.java.search.result.facets
Subinterfaces of FacetResult in com.couchbase.client.java.search.result.facets Modifier and Type Interface Description interface
DateRangeFacetResult
Represents the result for aDateRangeFacet
.interface
NumericRangeFacetResult
Represents the result of aNumericRangeFacet
.interface
TermFacetResult
Represents the result for aTermFacet
.Classes in com.couchbase.client.java.search.result.facets that implement FacetResult Modifier and Type Class Description class
AbstractFacetResult
class
DefaultDateRangeFacetResult
Implementation of aDateRangeFacetResult
.class
DefaultNumericRangeFacetResult
Implementation of aNumericRangeFacetResult
.class
DefaultTermFacetResult
Implementation of aTermFacetResult
. -
Uses of FacetResult in com.couchbase.client.java.search.result.impl
Methods in com.couchbase.client.java.search.result.impl that return types with arguments of type FacetResult Modifier and Type Method Description rx.Observable<FacetResult>
DefaultAsyncSearchQueryResult. facets()
Map<String,FacetResult>
DefaultSearchQueryResult. facets()
Constructor parameters in com.couchbase.client.java.search.result.impl with type arguments of type FacetResult Constructor Description DefaultSearchQueryResult(SearchStatus status, List<SearchQueryRow> hits, Throwable error, Map<String,FacetResult> facets, SearchMetrics metrics)