Uses of Package
org.elasticsearch.action.delete

Packages that use org.elasticsearch.action.delete
org.elasticsearch.action.bulk   
org.elasticsearch.action.delete Delete action. 
org.elasticsearch.action.delete.index   
org.elasticsearch.action.update   
org.elasticsearch.client The client module allowing to easily perform actions/operations. 
org.elasticsearch.client.support   
org.elasticsearch.client.transport   
 

Classes in org.elasticsearch.action.delete used by org.elasticsearch.action.bulk
DeleteRequest
          A request to delete a document from an index based on its type and id.
DeleteRequestBuilder
          A delete document action request builder.
 

Classes in org.elasticsearch.action.delete used by org.elasticsearch.action.delete
DeleteAction
           
DeleteRequest
          A request to delete a document from an index based on its type and id.
DeleteRequestBuilder
          A delete document action request builder.
DeleteResponse
          The response of the delete action.
 

Classes in org.elasticsearch.action.delete used by org.elasticsearch.action.delete.index
DeleteRequest
          A request to delete a document from an index based on its type and id.
 

Classes in org.elasticsearch.action.delete used by org.elasticsearch.action.update
TransportDeleteAction
          Performs the delete operation.
 

Classes in org.elasticsearch.action.delete used by org.elasticsearch.client
DeleteRequest
          A request to delete a document from an index based on its type and id.
DeleteRequestBuilder
          A delete document action request builder.
DeleteResponse
          The response of the delete action.
 

Classes in org.elasticsearch.action.delete used by org.elasticsearch.client.support
DeleteRequest
          A request to delete a document from an index based on its type and id.
DeleteRequestBuilder
          A delete document action request builder.
DeleteResponse
          The response of the delete action.
 

Classes in org.elasticsearch.action.delete used by org.elasticsearch.client.transport
DeleteRequest
          A request to delete a document from an index based on its type and id.
DeleteResponse
          The response of the delete action.
 



Copyright © 2009-2012. All Rights Reserved.