Uses of Class
org.elasticsearch.action.deletebyquery.IndexDeleteByQueryResponse

Packages that use IndexDeleteByQueryResponse
org.elasticsearch.action.deletebyquery Delete by query action. 
 

Uses of IndexDeleteByQueryResponse in org.elasticsearch.action.deletebyquery
 

Methods in org.elasticsearch.action.deletebyquery that return IndexDeleteByQueryResponse
 IndexDeleteByQueryResponse DeleteByQueryResponse.index(String index)
          The response of a specific index.
protected  IndexDeleteByQueryResponse TransportIndexDeleteByQueryAction.newResponseInstance(IndexDeleteByQueryRequest request, AtomicReferenceArray shardsResponses)
           
 

Methods in org.elasticsearch.action.deletebyquery that return types with arguments of type IndexDeleteByQueryResponse
 Map<String,IndexDeleteByQueryResponse> DeleteByQueryResponse.getIndices()
          The responses from all the different indices.
 Map<String,IndexDeleteByQueryResponse> DeleteByQueryResponse.indices()
          The responses from all the different indices.
 Iterator<IndexDeleteByQueryResponse> DeleteByQueryResponse.iterator()
           
 



Copyright © 2009-2012. All Rights Reserved.