public class TermSearchFacetResult extends AbstractSearchFacetResult
TermSearchFacetResult.| Constructor and Description |
|---|
TermSearchFacetResult(String name,
String field,
long total,
long missing,
long other,
List<SearchTermRange> terms) |
| Modifier and Type | Method and Description |
|---|---|
List<SearchTermRange> |
terms() |
String |
toString() |
public TermSearchFacetResult(String name, String field, long total, long missing, long other, List<SearchTermRange> terms)
public List<SearchTermRange> terms()
Copyright © 2020 Couchbase, Inc.. All rights reserved.