Class SearchDocument

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
com.azure.search.documents.SearchDocument
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>

public final class SearchDocument extends HashMap<String,Object>
Represents an untyped document returned from a search or document lookup.
See Also:
  • Constructor Details

    • SearchDocument

      public SearchDocument()
      Initializes a new instance of the SearchDocument class.
    • SearchDocument

      public SearchDocument(Map<? extends String,?> propertyMap)
      Initializes a new instance of the SearchDocument class with initial values.
      Parameters:
      propertyMap - Initial values of the document.