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

56 строки
3.3 KiB
YAML
Исходник Постоянная ссылка Обычный вид История

### YamlMime:JavaType
uid: "com.azure.search.models.SuggestResult"
fullName: "com.azure.search.models.SuggestResult"
name: "SuggestResult"
nameWithType: "SuggestResult"
summary: "A result containing a document found by a suggestion query, plus associated metadata."
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 final class **SuggestResult**"
constructors:
- uid: "com.azure.search.models.SuggestResult.SuggestResult()"
fullName: "com.azure.search.models.SuggestResult.SuggestResult()"
name: "SuggestResult()"
nameWithType: "SuggestResult.SuggestResult()"
syntax: "public SuggestResult()"
methods:
- uid: "com.azure.search.models.SuggestResult.getDocument()"
fullName: "com.azure.search.models.SuggestResult.getDocument()"
name: "getDocument()"
nameWithType: "SuggestResult.getDocument()"
summary: "Get the additional<wbr>Properties property: Unmatched properties from the message are deserialized this collection."
syntax: "public SearchDocument getDocument()"
desc: "Get the additionalProperties property: Unmatched properties from the message are deserialized this collection."
returns:
description: "the additionalProperties value."
type: "<xref href=\"com.azure.search.SearchDocument?alt=com.azure.search.SearchDocument&text=SearchDocument\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.models.SuggestResult.getText()"
fullName: "com.azure.search.models.SuggestResult.getText()"
name: "getText()"
nameWithType: "SuggestResult.getText()"
summary: "Get the text property: The text of the suggestion result."
syntax: "public String getText()"
desc: "Get the text property: The text of the suggestion result."
returns:
description: "the text value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "class"
desc: "A result containing a document found by a suggestion query, plus associated metadata."
metadata: {}
package: "com.azure.search.models"
artifact: com.azure:azure-search:11.0.0-beta.1