func (pi *dualIndex) Drop(requestId string) errors.Error { return errors.NewSystemIdxNoDropError(nil, "For system:dual") }
func (pi *indexIndex) Drop(requestId string) errors.Error { return errors.NewSystemIdxNoDropError(nil, "") }
func (pi *storeIndex) Drop(requestId string) errors.Error { return errors.NewSystemIdxNoDropError(nil, pi.Name()) }