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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java