@InterfaceStability.Experimental @InterfaceAudience.Public public interface FacetResult
Base interface for all facet results.
| Modifier and Type | Method and Description |
|---|---|
String |
field() |
long |
missing() |
String |
name() |
long |
other() |
long |
total() |
String name()
SearchFacet this result corresponds to.String field()
SearchFacet was targeting.long total()
long missing()
long other()
Copyright © 2015 Couchbase, Inc.