protected class CSVIndexWriter.Separator extends Object
Modifier and Type | Field and Description |
---|---|
protected byte[] |
bytes |
protected char[] |
chars |
protected String |
sepStr |
Modifier | Constructor and Description |
---|---|
protected |
Separator(String sep) |
Modifier and Type | Method and Description |
---|---|
protected int |
find(String value,
int start)
Get index of first occurrence of any separator characters.
|
protected void |
set(String str) |
protected void |
setFromConf(IndexWriterParams parameters,
String property) |
protected void |
setFromConf(IndexWriterParams parameters,
String property,
boolean isChar) |
String |
toString() |
protected String sepStr
protected char[] chars
protected byte[] bytes
protected Separator(String sep)
protected void set(String str)
protected void setFromConf(IndexWriterParams parameters, String property)
protected void setFromConf(IndexWriterParams parameters, String property, boolean isChar)
protected int find(String value, int start)
value
- String to scanstart
- position/index to start scan fromCopyright © 2021 The Apache Software Foundation