keep in mind that the <str name="id"> paradigm isn't completely useless, the str is a data type (string), it can be int, float, double, date, and others. So to not lose any information you may want to do something like:
<id type="int">123</id> <title type="str">xyz</title> Which I agree makes more sense to me. The name of the field is more important than it's datatype, but I don't want to lose track of the data type. Ken -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Reporting-tp1565271p1567604.html Sent from the Solr - User mailing list archive at Nabble.com.