Sparse vector indices

I see that in the documentation it is stated that the indices of sparse tensors should be Long. This increases considerably the size of the tensor if the indices may be represented with other data type (such as Short). Is there any way to circumvent this?