| 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 | |
| org.springframework.data.elasticsearch.core.query |
| Modifier and Type | Method and Description |
|---|---|
String |
ElasticsearchTemplate.doIndex(IndexQuery query,
IndexCoordinates indexCoordinates) |
| Modifier and Type | Method and Description |
|---|---|
protected IndexQuery |
AbstractReactiveElasticsearchTemplate.getIndexQuery(Object value) |
| Modifier and Type | Method and Description |
|---|---|
List<IndexQuery> |
AbstractReactiveElasticsearchTemplate.Entities.indexQueries() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
AbstractElasticsearchTemplate.doIndex(IndexQuery query,
IndexCoordinates indexCoordinates) |
String |
ElasticsearchRestTemplate.doIndex(IndexQuery query,
IndexCoordinates index) |
String |
DocumentOperations.index(IndexQuery query,
IndexCoordinates index)
Index an object.
|
String |
AbstractElasticsearchTemplate.index(IndexQuery query,
IndexCoordinates index) |
| Modifier and Type | Method and Description |
|---|---|
List<IndexedObjectInformation> |
DocumentOperations.bulkIndex(List<IndexQuery> queries,
BulkOptions bulkOptions,
Class<?> clazz)
Bulk index all objects.
|
List<IndexedObjectInformation> |
AbstractElasticsearchTemplate.bulkIndex(List<IndexQuery> queries,
BulkOptions bulkOptions,
Class<?> clazz) |
List<IndexedObjectInformation> |
DocumentOperations.bulkIndex(List<IndexQuery> queries,
BulkOptions bulkOptions,
IndexCoordinates index)
Bulk index all objects.
|
List<IndexedObjectInformation> |
AbstractElasticsearchTemplate.bulkIndex(List<IndexQuery> queries,
BulkOptions bulkOptions,
IndexCoordinates index) |
default List<IndexedObjectInformation> |
DocumentOperations.bulkIndex(List<IndexQuery> queries,
Class<?> clazz)
Bulk index all objects.
|
List<IndexedObjectInformation> |
AbstractElasticsearchTemplate.bulkIndex(List<IndexQuery> queries,
Class<?> clazz) |
default List<IndexedObjectInformation> |
DocumentOperations.bulkIndex(List<IndexQuery> queries,
IndexCoordinates index)
Bulk index all objects.
|
| Modifier and Type | Method and Description |
|---|---|
IndexQuery |
IndexQueryBuilder.build() |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.