| Package | Description |
|---|---|
| org.springframework.data.elasticsearch.core | |
| org.springframework.data.elasticsearch.core.query |
| Modifier and Type | Method and Description |
|---|---|
String |
ElasticsearchTemplate.doIndex(IndexQuery query,
IndexCoordinates index)
Deprecated.
|
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–2021 Pivotal Software, Inc.. All rights reserved.