> If I understand you correctly, for an INT dynamic field > called *_int2 > filled with field callled my_number_int2 during data > import > in a query, I will search in the index on the field > called: > "my_number_int2" > > correct? >
Exactly. Using http://wiki.apache.org/solr/LukeRequestHandler you can retrieve real field names under *_int2, if thats help.