org.springframework.data.elasticsearch.core.query
Class DeleteQuery
java.lang.Object
org.springframework.data.elasticsearch.core.query.DeleteQuery
public class DeleteQuery
- extends Object
DeleteQuery
- Author:
- Rizwan Idrees, Mohsin Husen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeleteQuery
public DeleteQuery()
getQuery
public org.elasticsearch.index.query.QueryBuilder getQuery()
setQuery
public void setQuery(org.elasticsearch.index.query.QueryBuilder query)
getIndex
public String getIndex()
setIndex
public void setIndex(String index)
getType
public String getType()
setType
public void setType(String type)
Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.