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