org.springframework.data.elasticsearch.core.query
Class UpdateQuery
java.lang.Object
org.springframework.data.elasticsearch.core.query.UpdateQuery
public class UpdateQuery
- extends Object
- Author:
- Rizwan Idrees, Mohsin Husen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateQuery
public UpdateQuery()
getId
public String getId()
setId
public void setId(String id)
getIndexRequest
public org.elasticsearch.action.index.IndexRequest getIndexRequest()
setIndexRequest
public void setIndexRequest(org.elasticsearch.action.index.IndexRequest indexRequest)
getIndexName
public String getIndexName()
setIndexName
public void setIndexName(String indexName)
getType
public String getType()
setType
public void setType(String type)
getClazz
public Class getClazz()
setClazz
public void setClazz(Class clazz)
DoUpsert
public boolean DoUpsert()
setDoUpsert
public void setDoUpsert(boolean doUpsert)
Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.