SearchDocument Class

  • java.lang.Object
    • java.util.AbstractMap
      • java.util.HashMap
        • com.azure.search.documents.SearchDocument

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 SearchDocument class.

SearchDocument(Map<? extends String,?> propertyMap)

Initializes a new instance of the SearchDocument class with initial values.

Methods inherited from java.lang.Object

Methods inherited from java.util.AbstractMap

Methods inherited from java.util.HashMap

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