Class DefaultTermFacetResult
- java.lang.Object
-
- com.couchbase.client.java.search.result.AbstractFacetResult
-
- com.couchbase.client.java.search.result.DefaultTermFacetResult
-
- All Implemented Interfaces:
FacetResult
,TermFacetResult
public class DefaultTermFacetResult extends AbstractFacetResult implements TermFacetResult
Implementation of aTermFacetResult
.- Since:
- 2.3.0
- Author:
- Simon Baslé, Michael Nitschinger
-
-
Constructor Summary
Constructors Constructor Description DefaultTermFacetResult(String name, String field, long total, long missing, long other, List<TermRange> terms)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<TermRange>
terms()
String
toString()
-
Methods inherited from class com.couchbase.client.java.search.result.AbstractFacetResult
field, missing, name, other, total
-
-