org.springframework.data.elasticsearch.core.query
Class UpdateQueryBuilder
java.lang.Object
org.springframework.data.elasticsearch.core.query.UpdateQueryBuilder
public class UpdateQueryBuilder
- 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 |
UpdateQueryBuilder
public UpdateQueryBuilder()
withId
public UpdateQueryBuilder withId(String id)
withIndexRequest
public UpdateQueryBuilder withIndexRequest(org.elasticsearch.action.index.IndexRequest indexRequest)
withIndexName
public UpdateQueryBuilder withIndexName(String indexName)
withType
public UpdateQueryBuilder withType(String type)
withClass
public UpdateQueryBuilder withClass(Class clazz)
withDoUpsert
public UpdateQueryBuilder withDoUpsert(boolean doUpsert)
build
public UpdateQuery build()
Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.