Spring Data Elasticsearch

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

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

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.