doc.addField("id", "http://redfox.tamingtext.com");//<co id="co.solrj.unique"/>
doc.addField("mimeType", "text/plain");//<co id="co.solrj.mime"/>
doc.addField("title", "Red Fox mocks Lazy Brown Dogs!", 5);//<co id="co.solrj.title"/>
now = new Date();
doc.addField("date", DateUtil.getThreadLocalDateFormat().format(now));
doc.addField("description", "Once again, the Red Fox outshined the" +
" lazy Brown Dogs to win the vaunted Tally Ho Cup, in what" +
" has become an annual ritual. The lazy brown " +
"dogs just don't seem to have the drive that Red Fox does." +
" The lazy Brown Dogs vow to avenge their latest defeat, " +
"but the group's supporters claim to have heard it all before.");