Uses of Class
org.apache.solr.internal.csv.CSVStrategy
Packages that use CSVStrategy
-
Uses of CSVStrategy in org.apache.solr.internal.csv
Fields in org.apache.solr.internal.csv declared as CSVStrategyModifier and TypeFieldDescriptionstatic final CSVStrategyCSVStrategy.DEFAULT_STRATEGYstatic final CSVStrategyCSVStrategy.EXCEL_STRATEGYprotected final CSVStrategyCSVPrinter.strategystatic final CSVStrategyCSVStrategy.TDF_STRATEGYMethods in org.apache.solr.internal.csv that return CSVStrategyMethods in org.apache.solr.internal.csv with parameters of type CSVStrategyModifier and TypeMethodDescriptionstatic 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 CSVStrategyModifierConstructorDescriptionCSVParser(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.