Package | Description |
---|---|
org.apache.solr.handler | |
org.apache.solr.internal.csv | |
org.apache.solr.response |
Modifier and Type | Field and Description |
---|---|
(package private) CSVStrategy |
CSVLoader.strategy |
private CSVStrategy |
CSVLoader.FieldSplitter.strategy |
Constructor and Description |
---|
FieldSplitter(CSVStrategy strategy,
CSVLoader.FieldAdder base) |
Modifier and Type | Field and Description |
---|---|
static CSVStrategy |
CSVStrategy.DEFAULT_STRATEGY |
static CSVStrategy |
CSVStrategy.EXCEL_STRATEGY |
private CSVStrategy |
CSVParser.strategy |
protected CSVStrategy |
CSVPrinter.strategy |
static CSVStrategy |
CSVStrategy.TDF_STRATEGY |
Modifier and Type | Method and Description |
---|---|
CSVStrategy |
CSVParser.getStrategy()
Obtain the specified CSV Strategy.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
CSVUtils.printLine(java.lang.String[] values,
CSVStrategy strategy)
Converts an array of string values into a single CSV line.
|
Constructor and Description |
---|
CSVParser(java.io.Reader input,
CSVStrategy strategy)
Customized CSV parser using the given
CSVStrategy |
CSVPrinter(java.io.Writer out,
CSVStrategy strategy)
Create a printer that will print values to the given
stream following the CSVStrategy.
|
Modifier and Type | Field and Description |
---|---|
(package private) CSVStrategy |
CSVWriter.strategy |
Constructor and Description |
---|
CSVSharedBufPrinter(java.io.Writer out,
CSVStrategy strategy) |