Uses of Class
org.elasticsearch.action.admin.indices.mapping.delete.DeleteMappingRequestBuilder

Packages that use DeleteMappingRequestBuilder
org.elasticsearch.action.admin.indices.mapping.delete   
org.elasticsearch.client The client module allowing to easily perform actions/operations. 
org.elasticsearch.client.support   
 

Uses of DeleteMappingRequestBuilder in org.elasticsearch.action.admin.indices.mapping.delete
 

Methods in org.elasticsearch.action.admin.indices.mapping.delete that return DeleteMappingRequestBuilder
 DeleteMappingRequestBuilder DeleteMappingAction.newRequestBuilder(IndicesAdminClient client)
           
 DeleteMappingRequestBuilder DeleteMappingRequestBuilder.setIndices(String... indices)
           
 DeleteMappingRequestBuilder DeleteMappingRequestBuilder.setMasterNodeTimeout(TimeValue timeout)
          Sets the master node timeout in case the master has not yet been discovered.
 DeleteMappingRequestBuilder DeleteMappingRequestBuilder.setType(String type)
          The type of the mapping to remove.
 

Uses of DeleteMappingRequestBuilder in org.elasticsearch.client
 

Methods in org.elasticsearch.client that return DeleteMappingRequestBuilder
 DeleteMappingRequestBuilder IndicesAdminClient.prepareDeleteMapping(String... indices)
          Deletes mapping definition for a type into one or more indices.
 

Uses of DeleteMappingRequestBuilder in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support that return DeleteMappingRequestBuilder
 DeleteMappingRequestBuilder AbstractIndicesAdminClient.prepareDeleteMapping(String... indices)
           
 



Copyright © 2009-2012. All Rights Reserved.