Uses of Class
org.springframework.data.elasticsearch.client.elc.EntityAsMap
Packages that use EntityAsMap
Package
Description
This package contains classes that use the new Elasticsearch client library (co.elastic.clients:elasticsearch-java)
to access Elasticsearch.
-
Uses of EntityAsMap in org.springframework.data.elasticsearch.client.elc
Subclasses with type arguments of type EntityAsMap in org.springframework.data.elasticsearch.client.elcModifier and TypeClassDescriptionclassA Map<String,Object> to represent any entity as it's returned from Elasticsearch and before it is converted to aDocument.