SearchDocument Class
- java.
lang. Object - java.
util. AbstractMap - java.
util. HashMap - com.
azure. search. documents. SearchDocument
- com.
- java.
- java.
public final class SearchDocument
extends HashMap<String,Object>
Represents an untyped document returned from a search or document lookup.
Constructor Summary
Constructor | Description |
---|---|
SearchDocument() |
Initializes a new instance of the Search |
SearchDocument(Map<? extends String,?> propertyMap) |
Initializes a new instance of the Search |
Methods inherited from java.lang.Object
Methods inherited from java.util.AbstractMap
Methods inherited from java.util.HashMap
clear
clone
compute
computeIfAbsent
computeIfPresent
containsKey
containsValue
entrySet
forEach
get
getOrDefault
isEmpty
keySet
merge
put
putAll
putIfAbsent
remove
remove
replace
replace
replaceAll
size
values
Constructor Details
SearchDocument
public SearchDocument()
Initializes a new instance of the SearchDocument class.
SearchDocument
public SearchDocument(Map propertyMap)
Initializes a new instance of the SearchDocument class with initial values.
Parameters:
propertyMap
- Initial values of the document.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java