List of usage examples for org.apache.solr.update DocumentBuilder subclass-usage
From source file de.cosmocode.solr.UtilityDocumentBuilder.java
/**
* <p> A class that extends {@link DocumentBuilder} and adds some utility methods,
* specified in {@link SolrDocumentBuilder}.
* </p>
* <p> This class is not threadsafe because its superclass, DocumentBuilder, is neither.
* </p>