java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<String,Object>
io.vanslog.spring.data.meilisearch.core.document.Document
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>

public class Document extends LinkedHashMap<String,Object>
Map-shaped Meilisearch document representation used between entity mapping and JSON serialization.
Author:
Junghoon Ban
See Also:
  • Constructor Details

    • Document

      public Document()
  • Method Details