While upgrading our search (collective.solr and Solr itself) I noticed that the xPointField-fields don't have any handlers. This results in error messages in Solr. For example
org.apache.solr.common.SolrException: Invalid Date String:'2499/12/31 00:00:00 GMT+2'
Since the TriexField-fields are deprecated in Solr I think collective.solr should also support the new version of these fieldtypes (xPointField-fields).