Uses of Class
org.apache.solr.internal.csv.CSVStrategy
-
Packages that use CSVStrategy Package Description org.apache.solr.internal.csv Internal classes used for reading/writing CSV -
-
Uses of CSVStrategy in org.apache.solr.internal.csv
Fields in org.apache.solr.internal.csv declared as CSVStrategy Modifier and Type Field Description static CSVStrategyCSVStrategy. DEFAULT_STRATEGYstatic CSVStrategyCSVStrategy. EXCEL_STRATEGYprotected CSVStrategyCSVPrinter. strategystatic CSVStrategyCSVStrategy. TDF_STRATEGYMethods in org.apache.solr.internal.csv that return CSVStrategy Modifier and Type Method Description CSVStrategyCSVParser. getStrategy()Obtain the specified CSV Strategy.Methods in org.apache.solr.internal.csv with parameters of type CSVStrategy Modifier and Type Method Description static StringCSVUtils. printLine(String[] values, CSVStrategy strategy)Converts an array of string values into a single CSV line.Constructors in org.apache.solr.internal.csv with parameters of type CSVStrategy Constructor Description CSVParser(Reader input, CSVStrategy strategy)Customized CSV parser using the givenCSVStrategyCSVPrinter(Writer out, CSVStrategy strategy)Create a printer that will print values to the given stream following the CSVStrategy.
-