|
Spring Data Elasticsearch | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexQuery | |
---|---|
org.springframework.data.elasticsearch.core |
Uses of IndexQuery in org.springframework.data.elasticsearch.core |
---|
Methods in org.springframework.data.elasticsearch.core with parameters of type IndexQuery | |
---|---|
String |
ElasticsearchTemplate.index(IndexQuery query)
|
String |
ElasticsearchOperations.index(IndexQuery query)
Index an object. |
Method parameters in org.springframework.data.elasticsearch.core with type arguments of type IndexQuery | |
---|---|
void |
ElasticsearchTemplate.bulkIndex(List<IndexQuery> queries)
|
void |
ElasticsearchOperations.bulkIndex(List<IndexQuery> queries)
Bulk index all objects. |
|
Spring Data Elasticsearch | |||||||||
PREV NEXT | FRAMES NO FRAMES |