Spring Data Elasticsearch

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

java.lang.Object
  extended by org.springframework.data.elasticsearch.core.query.UpdateQuery

public class UpdateQuery
extends Object

Author:
Rizwan Idrees, Mohsin Husen

Constructor Summary
UpdateQuery()
           
 
Method Summary
 boolean DoUpsert()
           
 Class getClazz()
           
 String getId()
           
 String getIndexName()
           
 org.elasticsearch.action.index.IndexRequest getIndexRequest()
           
 String getType()
           
 void setClazz(Class clazz)
           
 void setDoUpsert(boolean doUpsert)
           
 void setId(String id)
           
 void setIndexName(String indexName)
           
 void setIndexRequest(org.elasticsearch.action.index.IndexRequest indexRequest)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateQuery

public UpdateQuery()
Method Detail

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)

Spring Data Elasticsearch

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