| Package | Description |
|---|---|
| org.springframework.data.elasticsearch.client.elc |
This package contains classes that use the new Elasticsearch client library (co.elastic.clients:elasticsearch-java)
to access Elasticsearch.
|
| org.springframework.data.elasticsearch.core.document |
Classes related to the Document structure of Elasticsearch documents and search responses.
|
| org.springframework.data.elasticsearch.core.index |
Classes related to Elasticsearch index management.
|
| org.springframework.data.elasticsearch.support |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityAsMap
A Map<String,Object> to represent any entity as it's returned from Elasticsearch and before it is converted to a
Document. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Document
A representation of a Elasticsearch document as extended
Map. |
interface |
SearchDocument
Extension to
Document exposing search response related data. |
| Modifier and Type | Class and Description |
|---|---|
class |
SearchDocumentAdapter
SearchDocument implementation using a Document delegate. |
| Modifier and Type | Class and Description |
|---|---|
class |
Settings
class defining the settings for an index.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultStringObjectMap<T extends StringObjectMap<T>> |
interface |
StringObjectMap<M extends StringObjectMap<M>>
Defines an interface for a Map<String, Object> with additional convenience methods.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultStringObjectMap<T extends StringObjectMap<T>> |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.