private class CSVLoader.FieldTrimmer extends CSVLoader.FieldAdder
Modifier and Type | Field and Description |
---|---|
private CSVLoader.FieldAdder |
base |
Constructor and Description |
---|
FieldTrimmer(CSVLoader.FieldAdder base) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
add(SolrInputDocument doc,
int line,
int column,
java.lang.String val) |
private final CSVLoader.FieldAdder base
FieldTrimmer(CSVLoader.FieldAdder base)
void add(SolrInputDocument doc, int line, int column, java.lang.String val)
add
in class CSVLoader.FieldAdder