azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.search.models.Ran...

72 строки
4.5 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.search.models.RangeFacetResult"
fullName: "com.azure.search.models.RangeFacetResult"
name: "RangeFacetResult"
nameWithType: "RangeFacetResult"
summary: "A single bucket of a range facet query result that reports the number of documents with a field value falling within a particular range."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public class **RangeFacetResult**"
constructors:
- uid: "com.azure.search.models.RangeFacetResult.RangeFacetResult(com.azure.search.models.FacetResult)"
fullName: "com.azure.search.models.RangeFacetResult.RangeFacetResult(FacetResult facetResult)"
name: "RangeFacetResult(FacetResult facetResult)"
nameWithType: "RangeFacetResult.RangeFacetResult(FacetResult facetResult)"
summary: "Constructor"
parameters:
- description: "facet result object"
name: "facetResult"
type: "<xref href=\"com.azure.search.models.FacetResult?alt=com.azure.search.models.FacetResult&text=FacetResult\" data-throw-if-not-resolved=\"False\" />"
syntax: "public RangeFacetResult(FacetResult facetResult)"
desc: "Constructor"
methods:
- uid: "com.azure.search.models.RangeFacetResult.getCount()"
fullName: "com.azure.search.models.RangeFacetResult.getCount()"
name: "getCount()"
nameWithType: "RangeFacetResult.getCount()"
summary: "Gets the approximate count of documents falling within the bucket described by this facet."
syntax: "public Long getCount()"
desc: "Gets the approximate count of documents falling within the bucket described by this facet."
returns:
description: "count"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.search.models.RangeFacetResult.getFrom()"
fullName: "com.azure.search.models.RangeFacetResult.getFrom()"
name: "getFrom()"
nameWithType: "RangeFacetResult.getFrom()"
summary: "Gets a value indicating the inclusive lower bound of the facet's range, or null to indicate that there is no lower bound (i.<wbr>e."
syntax: "public Object getFrom()"
desc: "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. -- for the first bucket)."
returns:
description: "from"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
- uid: "com.azure.search.models.RangeFacetResult.getTo()"
fullName: "com.azure.search.models.RangeFacetResult.getTo()"
name: "getTo()"
nameWithType: "RangeFacetResult.getTo()"
summary: "Gets a value indicating the exclusive upper bound of the facet's range, or null to indicate that there is no upper bound (i.<wbr>e."
syntax: "public Object getTo()"
desc: "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. -- for the last bucket)."
returns:
description: "to"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
type: "class"
desc: "A single bucket of a range facet query result that reports the number of documents with a field value falling within a particular range."
metadata: {}
package: "com.azure.search.models"
artifact: com.azure:azure-search:11.0.0-beta.1