If alfresco finds a particular node with an undefined type (which is in your case since you have changed the namespace/type), SOLR would not index that node so you would not be able to find it.
Ideally what you need to do is keep your old model and add in your new model with your new custom type, run a script or java to change find and change all nodes with your old type to the new one. After that sanitizing process then you can discard your old model.