Spring Data Elasticsearch

Uses of Class
org.springframework.data.elasticsearch.core.query.IndexQuery

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

Copyright © 2012-2013 BioMed Central. All Rights Reserved.