Class CoreAbstractSearchFacetResult
java.lang.Object
com.couchbase.client.core.api.search.result.CoreAbstractSearchFacetResult
- All Implemented Interfaces:
CoreSearchFacetResult
- Direct Known Subclasses:
CoreDateRangeSearchFacetResult
,CoreNumericRangeSearchFacetResult
,CoreTermSearchFacetResult
@Internal
public abstract class CoreAbstractSearchFacetResult
extends Object
implements CoreSearchFacetResult
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
CoreAbstractSearchFacetResult
(String facetName, String field, long total, long missing, long other) -
Method Summary
-
Field Details
-
name
-
field
-
total
protected final long total -
missing
protected final long missing -
other
protected final long other
-
-
Constructor Details
-
CoreAbstractSearchFacetResult
-
-
Method Details
-
name
- Specified by:
name
in interfaceCoreSearchFacetResult
-
field
- Specified by:
field
in interfaceCoreSearchFacetResult
-
missing
public long missing()- Specified by:
missing
in interfaceCoreSearchFacetResult
-
other
public long other()- Specified by:
other
in interfaceCoreSearchFacetResult
-
total
public long total()- Specified by:
total
in interfaceCoreSearchFacetResult
-