Is there any pre-existing art to convert from a numeric DocValues field to a char[] that's re-usable?
This is for SOLR-9296. I have these "FieldWriters" that have one instantiated for each field for the duration of the export. I'm trying to reduce the number of Java objects, thus replacing a number of the toString() calls with something that write to a char[] then re-use that char[] array. Before I launch off into ripping off the toString code fro, cay Float and Double types.... Thanks, Erick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
