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 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.
 

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.