public class RangeFacetResult extends Object
| Constructor and Description |
|---|
RangeFacetResult(FacetResult facetResult)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Long |
getCount()
Gets the approximate count of documents falling within the bucket described by this facet.
|
Object |
getFrom()
Gets a value indicating the inclusive lower bound of the facet's range, or null to indicate that there is
no lower bound (i.e.
|
Object |
getTo()
Gets a value indicating the exclusive upper bound of the facet's range, or null to indicate that there is
no upper bound (i.e.
|
public RangeFacetResult(FacetResult facetResult)
facetResult - facet result objectpublic Long getCount()
public Object getFrom()
public Object getTo()
Copyright © 2020 Microsoft Corporation. All rights reserved.