Package | Description |
---|---|
org.springframework.data.elasticsearch.core | |
org.springframework.data.elasticsearch.core.query |
Modifier and Type | Method and Description |
---|---|
String |
ElasticsearchRestTemplate.index(IndexQuery query) |
String |
ElasticsearchOperations.index(IndexQuery query)
Index an object.
|
String |
ElasticsearchTemplate.index(IndexQuery query) |
Modifier and Type | Method and Description |
---|---|
default void |
ElasticsearchOperations.bulkIndex(List<IndexQuery> queries)
Bulk index all objects.
|
void |
ElasticsearchRestTemplate.bulkIndex(List<IndexQuery> queries,
BulkOptions bulkOptions) |
void |
ElasticsearchOperations.bulkIndex(List<IndexQuery> queries,
BulkOptions bulkOptions)
Bulk index all objects.
|
void |
ElasticsearchTemplate.bulkIndex(List<IndexQuery> queries,
BulkOptions bulkOptions) |
Modifier and Type | Method and Description |
---|---|
IndexQuery |
IndexQueryBuilder.build() |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.