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

76 строки
4.6 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.search.models.ValueFacetResult"
fullName: "com.azure.search.models.ValueFacetResult"
name: "ValueFacetResult"
nameWithType: "ValueFacetResult"
summary: "A single bucket of a simple or interval facet query result that reports the number of documents with a field falling within a particular interval or having a specific value."
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 **ValueFacetResult**"
constructors:
- uid: "com.azure.search.models.ValueFacetResult.ValueFacetResult(com.azure.search.models.FacetResult)"
fullName: "com.azure.search.models.ValueFacetResult.ValueFacetResult(FacetResult facetResult)"
name: "ValueFacetResult(FacetResult facetResult)"
nameWithType: "ValueFacetResult.ValueFacetResult(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 ValueFacetResult(FacetResult facetResult)"
desc: "Constructor"
- uid: "com.azure.search.models.ValueFacetResult.ValueFacetResult(java.lang.Long,java.lang.Object)"
fullName: "com.azure.search.models.ValueFacetResult.ValueFacetResult(Long count, Object value)"
name: "ValueFacetResult(Long count, Object value)"
nameWithType: "ValueFacetResult.ValueFacetResult(Long count, Object value)"
summary: "Constructor"
parameters:
- description: "count"
name: "count"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- description: "value"
name: "value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
syntax: "public ValueFacetResult(Long count, Object value)"
desc: "Constructor"
methods:
- uid: "com.azure.search.models.ValueFacetResult.getCount()"
fullName: "com.azure.search.models.ValueFacetResult.getCount()"
name: "getCount()"
nameWithType: "ValueFacetResult.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.ValueFacetResult.getValue()"
fullName: "com.azure.search.models.ValueFacetResult.getValue()"
name: "getValue()"
nameWithType: "ValueFacetResult.getValue()"
summary: "Gets the value of the facet, or the inclusive lower bound if it's an interval facet."
syntax: "public Object getValue()"
desc: "Gets the value of the facet, or the inclusive lower bound if it's an interval facet."
returns:
description: "value"
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 simple or interval facet query result that reports the number of documents with a field falling within a particular interval or having a specific value."
metadata: {}
package: "com.azure.search.models"
artifact: com.azure:azure-search:11.0.0-beta.1