@InterfaceStability.Experimental @InterfaceAudience.Public public class DefaultTermFacetResult extends AbstractFacetResult implements TermFacetResult
Implementation of a TermFacetResult.
| Constructor and Description |
|---|
DefaultTermFacetResult(String name,
String field,
long total,
long missing,
long other,
List<TermRange> terms) |
| Modifier and Type | Method and Description |
|---|---|
List<TermRange> |
terms() |
String |
toString() |
field, missing, name, other, totalCopyright © 2015 Couchbase, Inc.