@Stability.Internal public class CoreTermSearchFacetResult extends CoreAbstractSearchFacetResult
| Constructor and Description |
|---|
CoreTermSearchFacetResult(String name,
String field,
long total,
long missing,
long other,
List<CoreSearchTermRange> terms) |
| Modifier and Type | Method and Description |
|---|---|
List<CoreSearchTermRange> |
terms() |
String |
toString() |
public CoreTermSearchFacetResult(String name, String field, long total, long missing, long other, List<CoreSearchTermRange> terms)
public List<CoreSearchTermRange> terms()
Copyright © 2024 Couchbase, Inc.. All rights reserved.