public final class SearchDocument extends HashMap<String,Object>
A property bag is used for scenarios where the index schema is only known at run-time
If the schema is known, user can convert the properties to a specific object type
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
SearchDocument()
Default empty constructor
|
SearchDocument(Map<? extends String,?> propertyMap)
Constructs a new
Document with the same mappings as the specified Map. |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringCopyright © 2020 Microsoft Corporation. All rights reserved.