public class ValueFacetResult extends Object
| Constructor and Description |
|---|
ValueFacetResult(FacetResult facetResult)
Constructor
|
ValueFacetResult(Long count,
Object value)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Long |
getCount()
Gets the approximate count of documents falling within the bucket described by this facet.
|
Object |
getValue()
Gets the value of the facet, or the inclusive lower bound if it's an interval facet.
|
public ValueFacetResult(FacetResult facetResult)
facetResult - facet result objectCopyright © 2020 Microsoft Corporation. All rights reserved.