@Stability.Internal public abstract class CoreAbstractSearchFacetResult extends Object implements CoreSearchFacetResult
| Modifier and Type | Field and Description |
|---|---|
protected String |
field |
protected long |
missing |
protected String |
name |
protected long |
other |
protected long |
total |
| Modifier | Constructor and Description |
|---|---|
protected |
CoreAbstractSearchFacetResult(String facetName,
String field,
long total,
long missing,
long other) |
| Modifier and Type | Method and Description |
|---|---|
String |
field() |
long |
missing() |
String |
name() |
long |
other() |
long |
total() |
protected final String name
protected final String field
protected final long total
protected final long missing
protected final long other
public String name()
name in interface CoreSearchFacetResultpublic String field()
field in interface CoreSearchFacetResultpublic long missing()
missing in interface CoreSearchFacetResultpublic long other()
other in interface CoreSearchFacetResultpublic long total()
total in interface CoreSearchFacetResultCopyright © 2024 Couchbase, Inc.. All rights reserved.