Spring Data Elasticsearch

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

Packages that use UpdateQuery
org.springframework.data.elasticsearch.core   
org.springframework.data.elasticsearch.core.query   
 

Uses of UpdateQuery in org.springframework.data.elasticsearch.core
 

Methods in org.springframework.data.elasticsearch.core with parameters of type UpdateQuery
 org.elasticsearch.action.update.UpdateResponse ElasticsearchTemplate.update(UpdateQuery query)
           
 org.elasticsearch.action.update.UpdateResponse ElasticsearchOperations.update(UpdateQuery updateQuery)
          Partial update of the document
 

Uses of UpdateQuery in org.springframework.data.elasticsearch.core.query
 

Methods in org.springframework.data.elasticsearch.core.query that return UpdateQuery
 UpdateQuery UpdateQueryBuilder.build()
           
 


Spring Data Elasticsearch

Copyright © 2011-2014-2014 Pivotal Software, Inc.. All Rights Reserved.