Uses of Class
org.apache.solr.internal.csv.writer.CSVConfig
-
Packages that use CSVConfig Package Description org.apache.solr.internal.csv.writer Internal classes used for reading/writing CSV -
-
Uses of CSVConfig in org.apache.solr.internal.csv.writer
Fields in org.apache.solr.internal.csv.writer declared as CSVConfig Modifier and Type Field Description protected CSVConfigCSVConfigGuesser. configThe found configMethods in org.apache.solr.internal.csv.writer that return CSVConfig Modifier and Type Method Description CSVConfigCSVWriter. getConfig()CSVConfigCSVConfigGuesser. guess()Guess the config based on the first 10 (or less when less available) records of a CSV file.static CSVConfigCSVConfig. guessConfig(InputStream inputStream)Creates a config based on a stream.Methods in org.apache.solr.internal.csv.writer with parameters of type CSVConfig Modifier and Type Method Description voidCSVWriter. setConfig(CSVConfig config)Set the CSVConfigConstructors in org.apache.solr.internal.csv.writer with parameters of type CSVConfig Constructor Description CSVWriter(CSVConfig config)
-